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

    Hi, I would like to know how to make the slide, full size on desk, in responsive size on mobile, if possible; and even if it is possible that on smartphones the text is a little bigger and more legible.
    Thank you

    #1285272

    Hey brand,

    Sorry for the late reply. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home #layer_slider_1 h1 {
      font-size: 12px;
    }
    .home #layer_slider_1 p {
      font-size: 9px;
    }
    }

    Best regards,
    Rikard

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