How can I add padding between my video banner and 'Shop Now' buttons?

Solved

How can I add padding between my video banner and 'Shop Now' buttons?

frankboykin55
Tourist
12 0 1

Trying to add some padding between my video banner and "Shop Now" buttons. Can't seem to figure it out. Any help would be greatly appreciated.

URL: https://twineandstable.com/

Screenshot 2023-03-22 171740.png

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @frankboykin55 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
.enormproductslider {
    padding-bottom: 50px;
}
</style>

Note: You can adjust the padding value to fit your store

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Replies 2 (2)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @frankboykin55 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
.enormproductslider {
    padding-bottom: 50px;
}
</style>

Note: You can adjust the padding value to fit your store

Hope my answer will help you.

Best regards,

Victor | PageFly

frankboykin55
Tourist
12 0 1

Victor, You are awesome. I really appreciate your help! It worked perfectly!