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

    Hey guys,

    Is there anyway at all to make the text inside the slider responsive? I’ve tried going through the process of changing the text size for each screen options, but it’s just not proving efficient or covering all bases.

    It also cuts of the buttons on some screens.

    Any help would be much appreciated.

    #1073839

    Hey Terryf59,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    .slideshow_caption {
        width: 100%;
    }
    }

    Best regards,
    Rikard

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