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 wanted to have a specific menu at the footer, different from the main menu (a feature that should be added, hopefully in an update :]…does the premium version have it?), so I used the custom CSS code I found under this post.
.site-footer .widget_nav_menu ul { text-align: center; } .site-footer .widget_nav_menu li { display: inline-block; margin-right: 10px; }
However, when I add another widget to the footer widget area, the Vantage Social Media widget specifically, it throws off the alignment of the widgets.
My goal is to have a menu centered and the social media icons to the far right. Tried adding custom CSS code, but was unsuccessful. Any thoughts?
Thanks!
Hi Andres
Vantage unfortunately don’t have a footer menu option.
The CSS you’ve posted is intended for (as you’ve seen) only one menu widget in the footer and nothing else. The footer splits into columns as you add widgets so two widgets lands up with two columns, 50% width.
There unfortunately isn’t an easy CSS fix I can provide here.