• Hi,
    When I’m adding new page in my custom menu, they don’t appear on the second row. Everything is good for about 5 page and then when it is suppose to go on second row there is no visual.If I scroll my mouse just under the page that i can see on the menu I can still open the drop-down. where my site if you want to take a look. https://bestvideogamesforyourkids.com/

    Thanks for your help

    Phil

Viewing 2 replies - 1 through 2 (of 2 total)
  • PP_LOLO,

    Can you explain your issue to me another way. I don’t quite understand what you are asking. Maybe I can help.

    The top menu bar has a limited amount of space, if you add too many menu items, they will spill over. This theme may not be able to handle spill over well.

    Hi all,

    I am customizing this theme for a customer’s blog.
    I found out, like PP_LOLO, that the main menu spills out if it has to many items in it.

    I fixed that like so:

    #site-navigation {
    	width: 100%;
    	height: auto;
    }

    Add this to a custom CSS, like the one JetPack adds, or even better create a child theme, and add there any changes you make.

    This way, the menu adjusts and leaves room for two or more rows if needed.

    However, adding too many items in a menu is a good way to add clutter and make it useless for users, so be careful.

    Hope this helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Main Menu Problem’ is closed to new replies.