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
Hey Steffen,
Try changing your code to:
#main .main_color{
background-color: #f8f8f8;
}
#main .main_color .content {
background-color: white;
}
Best regards,
Josue
Thank you Josue! This works quite well!
Regards,
Steffen
You are welcome, glad to help :)
Regards,
Josue