Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1071740

    Hi. My homepage is a full screen slider with a caption. There is a responsiveness problem on mobile. On my high resolution mobile it looks ok in portrait mode, but in landscape only half of the caption is visible and the call to actions buttons are not visible at all. On my low screen resolution mobile the buttons also are invisible in portrait mode.

    How can I fix this so that the full caption with buttons is always visible? I don’t understand why it is not fully responsive.

    Thanks!

    #1072432

    Help would be appreciated! Thank you.

    #1072960

    Hi,

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

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

    Best regards,
    Rikard

    #1073223

    Thank you, but that didn’t work. What did work however is changing the full screen slider to an easy full width slider. This slider seems to be better with responsiveness. Now it looks good on all screens.

    Kind regards,
    Gerson

    #1073421

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fullscreen slider mobile problem’ is closed to new replies.