Changing the minimum width

How could i change the minimum width of the picture in scrolling content, now its 50px and seems waaay too big,

Website is www.datlook.nl

Hi @saraseiva

To change it, you can add this code to Custom CSS in Online Store > Themes > Customize > Themes settings.

.Marquee-tag__image { width: 35px !important; }

@saraseiva ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above


Result:

If it helps you, please like and mark it as the solution.

Best Regards :blush:

1 Like