Custom CSS Menu Display
I have today uploaded your Premium Vantage Theme and added some custom CSS when looking to amend the look of a footer menu item. The code I added was:
.menu li {
display: inline-block;
}
This effected my primary menu which does not display corectly but I can not find how to undo the effect of the Custom CSS as deleting the code does not remove the effect.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi GeraintAJ
Thanks for reaching out.
Please, try the following:
/* Vantage Horizontal Footer Menu */ #footer-widgets .widget.widget_nav_menu { width: 100%; } #footer-widgets .widget.widget_nav_menu ul { text-align: center; } #footer-widgets .widget.widget_nav_menu li { display: inline-block; float: none; margin-right: 16px; } #footer-widgets .widget.widget_nav_menu li:before { content: "\007C"; font-family: FontAwesome; margin-right: 16px; } #footer-widgets .widget.widget_nav_menu li:first-of-type:before { content: none; margin-right: 0; } #footer-widgets .widget.widget_nav_menu li:last-of-type { margin-right: 0; }The above assumes that your custom menu widget is the first widget you’ve added to the footer widget area. It’ll drop your other footer widgets below the menu.
Let us know how that goes :)
Thank you, all works.
Super :) Glad to hear that helped.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.