Hello –
I have the background image for a color image set to “scale to fit” because we need to display the whole image. Unfortunately in mobile view, the content of that section gets pushed below the image. Is there a way to prevent that from happening?
Thanks!
Hi mmheather,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.home .entry-content-wrapper .av-special-heading {
margin-top: 0 !important;
}
}
Best regards,
Rikard