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

    Hello,
    I would like to know how to make the text and photo on the right of the home page slide responsive.
    Unfortunately I can’t, the text always stays the same and doesn’t fit.
    Thank you

    #1253365

    Hey brand,

    Thanks for the login details. I’m not sure I understand what you need help with though, could you try to explain a bit further or post a screenshot highlighting your intentions please?

    Best regards,
    Rikard

    #1259217

    I would like to make the text within the slide on the home page responsive, because the text on mobile is too small to read.

    #1259466

    Hi,

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

    @media only screen and (max-width: 767px) {
    .home #layer_slider_1 h3 {
        font-size: 9px;
        margin-top: -20px;
    }
    }

    Best regards,
    Rikard

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