[Resolved] Full width background image from bottom of primary menu to top of the footer

Home Forums Support [Resolved] Full width background image from bottom of primary menu to top of the footer

Home Forums Support Full width background image from bottom of primary menu to top of the footer

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2044176
    Pete

    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.

    #2044183
    Ying
    Staff
    Customer Support

    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 🙂

    #2044185
    Pete

    Works great. Thanks.

    #2044188
    Pete

    How can I contain the content?

    #2044191
    Ying
    Staff
    Customer Support

    Try add this CSS as well:

    .home #content {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    #2044193
    NRHSN

    Perfect thanks again.

    #2044245
    Ying
    Staff
    Customer Support

    No problem!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.