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
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
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
HI Mike now it fits great
Thank you very much
Beautiful greetings
Franz
One can close this question
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon