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

    Is there a way to add padding to the bottom of the Fullwidth Easy Slider or control it’s height at different screen sizes? The caption text and button are getting cut off when the page gets smaller. When I add padding to the bottom, white space appears under the slide image. If there is a way to do this so I can make sure the text and button are not cut off, but keeps the image filling the area and not having white appear under it, it would be great. If you resize the home page in the link provided in the private content, you should see what is happening. Thanks!

    #1146822

    Hey NicomIT,

    Maybe you could try to set the caption to 100% on tablets and below? If so then please try this CSS:

    @media only screen and (max-width: 1024px) {
    .home-page-slider .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.