- This topic has 1 reply, 2 voices, and was last updated 3 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Home page slider’ is closed to new replies.
Home › Forums › Claremont Pro › Home page slider
The homepage slider does not respond to mobile, the photos get cut off.
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;
}
}