Help on setting slider size to show on smaller devices

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #94
    Hugo
    Member

    When I open my site http://www.clubetigresdobosque.com on a laptop, it looks good. But on smaller devices the pictures is too small. I’m talking about the slider section. Is there anyway I can set to rescale the picture on smaller devices?

    #96
    Support Team
    Keymaster

    Hello @hugo,

    Thank you very much for trying out the theme.

    The image in the responsive view is small because your image size is small in height and in responsive view it will adjust its height accordingly.

    However, the slider image size can be increased in responsive view through custom CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media (max-width: 767px){
    .featured-slider .travel-banner.slick-slider img {
        height: 235px;
    }
    }

    Here adjust the height accordHopeto your need.

    Hopw this helps.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Travel Log’ is closed to new topics and replies.