Home Forums Claremont Pro Home page slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13497
    Rita Witte
    Participant

    The homepage slider does not respond to mobile, the photos get cut off.

    #13499
    Andy
    Keymaster

    It is responding correctly based on the height of the slider. Mobile screens are different aspect ratio than desktop/laptop.

    You could try changing the height of the slider on mobile with this custom CSS, added to ‘Appearance‘ > ‘Customize‘ > ‘Additional CSS‘:

    @media (max-width: 768px) {
        #home-slider-section .bx-viewport,
        #home-slider-section .slide {
            height: 300px !important;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Home page slider’ is closed to new replies.