Archived topic
inner footer width
5 replies · Started by Karim on June 14, 2017
Hello there,
I have a question about the width of the footer widgets.
It's for this site: http://www.theoriestation.nl
I have set the general layout width to 1200 pixels. And in my footer settings i have set it like this:
footer width: full
Inner footer width: contained
However, the width of the footer widgets is more then the rest of the content above. Only when i set the "footer-width" to contained it gets the right width, but then the background color is also contained, which is not good off course.
Hope you can help:)
Thanks in advance guys,
Karim
Hi there,
Try changing the left and right Content Padding to 0 in Customizer > Layout > Container.
Let me know.
Is there a simple CSS code to set the inner width to whatever pixel I want? Thanks.
Hi there,
try adding this CSS:
.footer-widgets-container.grid-container {
max-width: 800px;
}
Perfect. Thanks man. :)
You're welcome