Archived topic
Full width background image from bottom of primary menu to top of the footer
6 replies · Started by Pete on December 9, 2021
Viewing posts 1–7 of 7
I'm trying to display a full width background image in the content area (from the bottom of the primary menu to the top of the footer widgets.
Hi Pete,
1. Remove the content background color:
https://www.screencast.com/t/F5or6nyVmiBJ
2. Add this CSS:
.home div#page {
max-width: 100%;
}
Let me know :)
Works great. Thanks.
How can I contain the content?
Try add this CSS as well:
.home #content {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
Perfect thanks again.
No problem!
This archived topic is closed to new replies.