Archived topic
Footer background color
5 replies · Started by Dee on July 26, 2019
I feel like I am missing something very minor, but I cannot figure it out.
I have a different footer background color than my page background, but the footer background color does not cover the whole span from left to right. There is a margin on the left and right edges, and I cannot get it to go away.
Can you take a look at my website or offer me direction?
I am using GP Premium with Elementor Pro, but ELementor Pro is only for pages between header / footer
Hi there,
This CSS is causing the issue:
@media (min-width: 769px) {
body {
margin: 0 30px;
}
}
I thought that was only for screens less than 769px.
That would be:
@media (max-width: 768px) { }
Got it thanks.
No problem :)