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

footer centralised on mobile only

Home / Forums / Virtue Theme / footer centralised on mobile only

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
June 12, 2015 at 4:49 pm

Hello,

I have two columns in my footer and just want to make them centred only on mobile device/ tablet sizes please.
I tried this CSS:

@media
(max-width: 992px) {
#containerfooter h3, #containerfooter {
text-align: center;
}
#containerfooter .menu li a {
margin: 0 auto 5px;
}
.social-icons-widget ul li {
float: none;
display: inline-block;
}
}

But that didn’t seem to work – please help.

here’s the link:

many thanks
Nic

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