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!