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

    Hello everybody
    i have a question

    at the homepage given below I have set the container width to 1030px.
    This creates a white bar on the left and right side

    how can i change this color

    I want different colors: For PC and mobile

    Thanks

    kind regards
    Franz

    #1233113

    Hey schweg33,

    Add this to quick css and adjust the color to what you need:

    html.html_boxed {
        background: #000 top left repeat scroll;
    }

    Best regards,
    Jordan Shannon

    #1233159

    Hello Jordan
    thanks fits perfectly
    can i choose a different colour for my mobile?

    kind regards
    Franz

    #1233228

    Hi,

    You can try the following:

    @media only screen and (max-width: 767px){
    html.html_boxed {
        background: #000 top left repeat scroll;
    }}

    Best regards,
    Jordan Shannon

    #1233435

    Hallo Jordan

    Thanks a lot
    This is great

    you can close this request

    kind regards
    Franz

    #1233559

    Hi,

    Great, I’m happy to help! If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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