Site logo

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.

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.