How do I move a banner button down by 8px?

How do I move a banner button down by 8px?

flexecommerce
Shopify Partner
19 0 3

Need to move this button down approx. 8px. All help is appreciated. 

Site: https://total-supplement-supply.myshopify.com

Pass: gym

 

flexecommerce_0-1707244239525.png

 

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10092 2398 3030

Hi @flexecommerce 

Check this one. 

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:

 

.banner__box {
    padding-bottom: 3rem;
}

 

And Save. 

The original size of the padding in the bottom is 3.5rem. i just reduce to .5rem. You can adjust if you like. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
flexecommerce
Shopify Partner
19 0 3

How do I fix it for the mobile version of my site?

flexecommerce_0-1707247252293.png