Hey, I would like to decrease the space between the country/region selector and the Refund Policy. Thank you!
Hi @Simon159 ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
.footer__content-top.page-width {
padding-bottom: 0 !important;
}
Here is the result:
Please let me know if it works!
Best,
Daisy
hello @Simon159 I checked you are using shrine theme for your store so
You can add code by following these steps to remove unwanted space on footer
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid



