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

Top bar and footer are not full width on mobile

Home / Forums / Virtue Theme / Top bar and footer are not full width on mobile

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
April 27, 2016 at 1:36 pm

In the mobile version of this site:

the top bar and footer both have white of the background showing through on the left and right. It’s literally the same width as the scroll bar. This is the way it is displaying with no changes being made to the .topclass.

When I put this code in:

@media
only screen and (max-device-width: 480px) {
.topclass {
width:100%;
text-align: center;
}
}
It makes no difference. Even when I increased the width to 102%, the left margin had vanished, being covered fully by the top bar, but the right margin remained, even after adding negative values to the “margin-right”. I’ve looked all over, but I can’t seem to find how to get rid of that space. All help would be greatly appreciated.

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