Navigation sub menu width

Support Area Forums Elite Navigation sub menu width

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #16698
    Don Nguyen
    Participant

    Hello,

    The background color of my navigation submenus seem to be fixed. Is there any way to have it automatically adjust to the width of the longest submenu item? I’ve attached a screenshot for reference.

    Thanks,

    Don

    #16700
    Bill Robbins
    Moderator

    Hello Don,

    You can take out the pre-set width. Here’s how:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      nav#top-menu ul li:hover ul {
      	width: auto; 
      }
      
    3. Update your settings.

    See how that works for you and let me know if you have any trouble,
    Bill

    #16704
    Don Nguyen
    Participant

    Perfect! Thank you so much!

    Don

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Navigation sub menu width’ is closed to new replies.