Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1440401

    Can you give me code to move down the Slider Text on just this page, for only Mobile view. See attachment and how it is cut off. thanks

    #1440412

    Hey bemodesign,

    Thanks for the screenshot. Please share a link to the page in question as well.

    Best regards,
    Rikard

    #1440576

    Here you go

    #1440588

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .caption_fullwidth {
      top: 25px;
    }
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.