I would like the slideshow to be smaller in size - this is the link to the website https://freshandfruity.co.uk/.
Any help would be appreciated.
Thanks, Tom
For anyone wondering it looks like it can be done in edit code - assets - style.css.liquid:
find this and add the height part (don't know what that'll do on mobile though but it does make it smaller on desktop
.slideshow .rimage-outer-wrapper,
.fullwidth-image .rimage-outer-wrapper {
width: 100%;
height: 580px;
max-width: none !important;
max-height: none !important;
}
User | Count |
---|---|
810 | |
117 | |
93 | |
91 | |
70 |