How to add secondary menu in the footer
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.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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.
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.