Custom Footer- Menu and Social Widget Alignments
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!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.
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.