Site logo

Archived topic

How to set Top bar / Footer to 100% width?

5 replies · Started by crackmacs on April 3, 2020

Viewing posts 1–6 of 6

https://crackmacs.ca

I have the container, top bar, footer set to be full width, however there remains a white gap on the left/right sides of the page. Is there a way I can fix this?

example

Thanks!

Hi there,

This CSS is causing the issue:

@media (min-width: 769px) {
    body {
        margin: 0 30px;
    }
}

Let me know if this helps :)

Removed it, all good now thanks!

Can you explain what that code did? Is that for mobile? tyty

It adds 30px margin on the left and right side of the body on desktop only.

Can't even remember adding that.

Thanks again!

No problem :)

This archived topic is closed to new replies.