I’m trying to increase the space between the header and the featured collection on my Homepage. I’m not sure exactly where to find the code to do it. Anyone able to assist? My site is password protected, but I can send a collaborator code.
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:
That worked perfectly. Is there a way to make it where the change only affects desktop and not mobile? It pushes the mobile view a little too far down.