Hello. I have an issue with my homepage slideshow image on mobile, although I have used the recommended dimensions, it is cropping the top and bottom of the image. Can anyone advise how to fix this please? My website is www.biglittlebedrooms.co.uk
Thank you.
1 Like
you mean this, you wan to fix it height.
Yes that is correct. It should look like this.
1 Like
@BLBedrooms Add this code at the bottom of theme.css
@media only screen and (min-width: 600px) {
.slideshow--small {
height: 495px !important;
}
}
Like this? It has not worked unfortunately.
.value-picker–small .icon–nav-triangle-borderless {
right: 11px;
}
/* Auto variation */
.value-picker–auto {
min-width: 0;
}
@media only screen and (min-width: 600px) {
.slideshow–small {
height: 495px !important;
}
}
@BLBedrooms The current height is 350px. So you have to increase it to 550 something from CSS. The CSS class name is “.slideshow–small”
.slideshow--small {
height: 503px !important;
}
Try this code , and remove previous code.
@Zworthkey
That didn’t work either. Does it take some time to update?
@BLBedrooms
Will you provide me collaboration access so that i can help you.
@Zworthkey
Yes, here is your collaborator code 6150
1 Like
I have sent the invitation.