Mega Menu widget width – Part 2

Support Area Forums United Mega Menu widget width – Part 2

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: www.servingyourpurpose.com
  • Author
    Posts
  • #18202
    Ashley Davis
    Participant

    Hi Bill,

    You gave me code a while back on how to change one of the mega menu’s to read as one column.

    Now I’m back and looking to change two more tabs to read as two wider columns and not three.
    (all widgets under “Contact” tab, and “What’s Happening” tab)
    http://www.servingyourpurpose.com

    Thanks Bill!

    Ashley

    #18206
    Bill Robbins
    Moderator

    Hello Ashley,

    You can make those widgets two “columns” wide instead of three. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      @media only screen and (min-width: 1024px) {
      
      	#featuredposts-2,
      	#tribe-events-list-widget-2,
      	#mailchimp-2,
      	#organizedthemes_social-2 {
      		width: 420px;
      	}
      
      }
      
    3. Update your settings.

    If you run into trouble there, let me know.

    Take care,
    Bill

    #18210
    Ashley Davis
    Participant

    Great! Another easy fix.

    Thanks for the lightning quick responses!

    Ashley

    #18212
    Bill Robbins
    Moderator

    Anytime 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mega Menu widget width – Part 2’ is closed to new replies.