Hi community,
I have two related questions.
- I would like to resize the images that appear on the logo list to be smaller
- Right now, I can only show 4 images on the same row - is it possible to make a code adjustment that would allow me to put 5, or 6 images on the same row - or I am I theme bound.
website: pupwater.com
Thank you!
Hi @panos920 ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.css->paste below code at the bottom of the file:
@media (min-width: 980px) {
#shopify-section-1532447919778 .dynamic-logo-list-item {
width: 16% !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Super! Worked like a charm, the same grid imposed the resizing so two birds with one stone