Subnav Menu Gets Chopped Off

Support Area Forums Agency Subnav Menu Gets Chopped Off

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #8510
    Jeff S
    Participant

    The sub navigation menu items get chopped off when they reach the edge of the “#wrap” container. See the below image. Is there any way to correct this?
    http://bit.ly/1164CoS

    #8512
    Bill Robbins
    Moderator

    Jeff,

    Good question. You can change that. Go to the Theme Options page and select the styling tab. Scroll down to the Custom CSS box and paste this:

    
    #wrap {
    	overflow: visible;
    }
    

    and update your settings. That should take care of it.

    If you have any questions or trouble, let me know,
    Bill

    #8514
    Jeff S
    Participant

    That did it. Thanks so much for the fast reply!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Subnav Menu Gets Chopped Off’ is closed to new replies.