dropdown menu width

Support Area Forums Elite dropdown menu width

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #16266
    Carol Fong
    Participant

    Hi Bill,
    I need to widen the top menu’s dropdown black background. (The page names are too long for the background color.) Could you please tell me what code to add?
    Thanks,
    Carol

    #16267
    Bill Robbins
    Moderator

    Carol,

    You can adjust the width. 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:
      
      nav#top-menu ul li:hover ul {
           width: 200px; 
      }
      
    3. Just change the 200 to the number of pixels wide you'd like to have the drop-down menu be.
    4. Update your settings.

    If you run into any questions or trouble, just let me know.

    Thanks,
    Bill

    #16268
    Carol Fong
    Participant

    Thanks so much!

    #16269
    Bill Robbins
    Moderator

    Anytime Carol. Have a great day.

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