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].
Can I list some pages in the footer in horizontal order like my top menu bar?
Thank you
Hi Greg
You could try adding a Custom Menu widget to the footer. Once that’s done, add the following to 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:last-of-type { margin-right: 0; }Thank you;
It is all working well! Very nice theme?
Super, glad to hear that helped! All the best.