Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1094739

    Hello everyone
    I have at a color section
    A background colour selected

    It is possible that the color is the same width as the text or like the image of the layer slider

    Thank you very much
    Beautiful Greetings Franz

    #1094975

    Hey schweg33,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 1440px) { 
    #top #av_section_1 {
    max-width: 1200px;
    margin-left: 120px;
    }
    }

    Best regards,
    Mike

    #1095008
    This reply has been marked as private.
    #1095042

    Hi,
    Please try this code instead in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .responsive #top.home .container {
        max-width: 1200px !important; 
    }
    #top.home #av_section_1 > div.container {
        background-color: #97c83c !important; 
    }
    #top.home #av_section_1 {
        background-color: #f8f8f8 !important; 
    }

    Best regards,
    Mike

    #1095098

    HI Mike now it fits great
    Thank you very much

    Beautiful greetings
    Franz

    One can close this question

    #1095376

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘background color same width’ is closed to new replies.