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
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.
You should be able to adjust the font size from Theme Options > Menu Settings. Is this not the case for you?
Hannah
I can adjust the main part of the menu’s font size, but no the drop-down pages’ font size.
Oh sorry, you can use this css:
#nav-second ul.sf-menu ul li a {
font-size: 18px;
}
Hannah
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!