Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #662165

    Hi,
    I would like to add a background color for the whole background of the sidebar in the stretched layout.

    If I add this code to the CSS the color covers only a small area: .main_color .sidebar { background-color: #f8f8f8; }

    Is there a possibility of adding a background color to the whole sidebar section?

    Regards,
    Steffen

    #662837

    Hey Steffen,

    Try changing your code to:

    #main .main_color{
        background-color: #f8f8f8;
    }
    #main .main_color .content {
        background-color: white;
    }

    Best regards,
    Josue

    #662853

    Thank you Josue! This works quite well!

    Regards,
    Steffen

    #662860

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to add background color for the whole sidebar in stretched layout?’ is closed to new replies.