Hi
How can I set a footer menu? I have created a footer menu called “footer” and looked under “Footer layout” and it mentions “default” but nothing else.
Please advise.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Hi Ray
There is unfortunately no styling ready for a footer menu at this time. You can insert a Custom Menu widget under Appearance > Widgets: Footer but it will render as a vertical list.
If you do insert a Custom Menu widget in the footer widget area and would like it to render horizontally, try 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:last-of-type { margin-right: 0; }Hi Andrew,
That now looks fine.
Regards
Ray
For sure. Glad we could help.
Is there a way to add a vertical separator between the menu items?
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.