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
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
Hello Jordan
thanks fits perfectly
can i choose a different colour for my mobile?
kind regards
Franz
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
Hallo Jordan
Thanks a lot
This is great
you can close this request
kind regards
Franz
Hi,
Great, I’m happy to help! If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon