I only see base.css in my assets and followed the exact steps and nothing changed. I’m trying to create a gap between these photos, please let me know if you know what I can do.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.To create a gap between pictures, use the CSS margin property: This will create a 10-pixel gap between the images. Adjust the margin-right value as needed