More room for navigation?

Support Area Forums Bottega More room for navigation?

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://66.147.242.199/~batchba1/
  • Author
    Posts
  • #35157
    Dandelion222
    Participant

    We like the way the main navigation re-organizes itself on mobile. It definitely looks good on the smaller screens. However, we just can’t seem to get our choices down to less than 7 and the navigation is going to 2 lines. Is there a way to keep this on a single line on desktops? Can it go lower or have less padding or something?

    #35171
    Bill Robbins
    Moderator

    You can make the space a bit larger. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      @media only screen and (min-width: 1024px) {
      
      	#navigation {
      		width: 600px;
      	}
      
      }
      
    3. Update your settings.

    That should give you a bit more room in the larger layouts for your navigation.

    Take care,
    Bill

    #35173
    Dandelion222
    Participant

    Worked great! Thank you!

    #35175
    Bill Robbins
    Moderator

    Fantastic 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘More room for navigation?’ is closed to new replies.