Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I have added the menu in the footer, which looks different from the horizontal header menu..
I would like footer menu to look the same.
Please advise.
Thanks,
Geetha.
Hi Geetha
Try adding the following under Appearance > Custom CSS:
/* Vantage Horizontal Footer Menu */ #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: "\0007C"; 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; }That’ll convert your footer menu widget from a vertical to a horizontal list.
Thanks Andrew..it worked…
Also I would like to pay $15 again for your wonderful customer support.
I will do that by Monday.
-Geetha
Awesome, glad to hear that did the trick.
All the best.