Hello all,
I’m using the Origin theme, and the featured collection images are just too huge on the homepage. How do I make the images smaller and also increase the padding on the left and right of the widget? Thanks in advance.
URL: libertycoffee.my
12345678
Screenshot of the current layout:
1 Like
Hello,
Please go to.
Online store > theme > actions > edit code.
Open assets folder > component-slider.css (file)
At the bottom copy and paste this code:
.slider.slider--desktop.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
width: 250px;
}
Hope this helps,
This worked perfectly, thank you!
1 Like