• Resolved Tessila

    (@tessila)


    How can I center the secondary menu which is below the main menu, and make the font and font sizes the same as the main menu’s?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • hannah

    (@hannahritner)

    Hey,
    You can use this css to center the menu:

    li.menu-montana-mule-days-2019.sf-dropdown.menu-item-8125 {
        margin: auto;
    }
    .sf-menu li {
        float: none;
    }

    The font style can be adjusted from theme options > menu settings.

    Hannah

    Thread Starter Tessila

    (@tessila)

    Awesome. That worked great. Thank you!
    Is there a custom CSS that can be made to resize the child pages’ font sizes in the secondary menu? I have one for the top menus’, but I don’t know how I would duplicate and adjust it for the second menu.

    hannah

    (@hannahritner)

    You should be able to adjust the font size from Theme Options > Menu Settings. Is this not the case for you?

    Hannah

    Thread Starter Tessila

    (@tessila)

    I can adjust the main part of the menu’s font size, but no the drop-down pages’ font size.

    hannah

    (@hannahritner)

    Oh sorry, you can use this css:

    #nav-second ul.sf-menu ul li a {
        font-size: 18px;
    }

    Hannah

    Thread Starter Tessila

    (@tessila)

    Great! That worked out. Thank you so much! The next topic I create should start with, “Hannah, can you make me a CSS that does this?” Haha!

    hannah

    (@hannahritner)

    Ha! Happy to help:)

    Hannah

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Centering and Customizing Secondary Menu’ is closed to new replies.