Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Center Footer Columns

Home / Forums / Virtue Theme / Center Footer Columns

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
September 16, 2019 at 11:06 am

Hello,

I found this posting about centering the footer columns in the Virtue support forum ( and I added the code to my Advanced Settings:

footer#containerfooter {
text-align: center;
}
.virtue_social_widget.clearfix {
display: flex;
align-items: center;
justify-content: center;
}
.footermenu {
float: none !important;
margin-right: auto !important;
margin-left: auto !important;
}
.footercredits.clearfix {
display: inline-flex;
flex-direction: column;
width: 100%;
}
.footernav.clearfix {
display: flex;
}

It centers everything but the menu, which is still left justified. How can I center that for mobile?

You can see what I mean at

Thanks,

Jim

  • The forum ‘Virtue Theme’ is closed to new topics and replies.