Can someone on the dev staff please tell me how to make the color section on top of this page responsive? It’s set to ‘stretch to fit.’ This should work out of the box, no?
I paid $60 for this theme and it’s useless to me if it’s not responsive. Please help fix!
Hey dbdbdb,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 475px) {
#av_section_1 {
min-height: 200px !important;
background-size: cover !important;
}
#av_section_1 .container {
height: 200px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria