Sub-menu width

Support Area Forums Forward Sub-menu width

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: www.nufi.org/wp
  • Author
    Posts
  • #30599
    Henry Morris
    Participant

    Hi Bill,
    i have a few sub-page titles that are long. Is there any way to make area wider so title doeskin drop to next line. original site has good example of what i need
    http://www.nufi.org

    #30602
    Bill Robbins
    Moderator

    You can do that Henry. Go to Appearance in your WordPress dashboard and click on Edit. This will open up the theme editor. Choose the style.css file from the files on your right and scroll down to the very bottom. Add this:

    
    @media all and (min-width: 768px) {
    	
    	.flexnav li > ul {
    		width: 250px;
    	}
    
    }
    

    Then save your changes. Refresh your home page and see if that’s wide enough. If you don’t see the change you may need to clear your browser’s cache for the changes to be loaded. You can adjust the 250px in the snippet above to find the right width.

    If you have any trouble, let me know.

    Have a great weekend,
    Bill

    #30604
    Henry Morris
    Participant

    PERFECT!!!!
    Thank you Bill! I think I have this one ready for review!

    I’m going to try to relax a little this weekend….lol

    #30606
    Bill Robbins
    Moderator

    Sounds like a great plan to me 🙂

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