• Resolved lapetitebrune

    (@lapetitebrune)


    Hi.

    My site is https://dev.carlabrito.com/wp

    I have an issue with menu.

    I would like to have all pages aligned in my menu, but at this moment i have 5 page in the first line and 4 pages on the bottom line.

    Where can i configure this option?

    I already tried to change in configurations but without success.

    I want to keep the font size.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try going to Appearance> Theme Options> Logo Options and reduce Logo Container Width.

    You’ve got a lot of menu items assigned to your primary navigation, so it might require some CSS or restructuring of how it’s setup to get it to display on one line.

    Try the first option and let me know if that gets you close.

    Thread Starter lapetitebrune

    (@lapetitebrune)

    It helped, yes!
    Thank you! ??
    I have one more tab in the second line.
    I will wait for more help.

    Thank you Kevin!

    Add this CSS to Appearance> Theme Options> Custom CSS,

    .kad-header-style-basic #nav-main ul.sf-menu>li>a {
        padding-right: 2px;
    }
    Thread Starter lapetitebrune

    (@lapetitebrune)

    It works!

    Thank you a lot Kevin!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘All pages in Menu’ is closed to new replies.