Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #649449

    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!

    #650103

    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

    • This reply was modified 8 years, 5 months ago by Rikard.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.