Home page remove margin/padding?

Solved

Home page remove margin/padding?

Ryan1998
Pathfinder
101 2 32

How do I remove the margin/padding in the picture below please?

url: https://errival.com/ 

PHOTO-2024-08-11-19-39-07.jpg

appreciate the help.

Accepted Solution (1)

Moeed
Shopify Partner
5346 1444 1729

This is an accepted solution.

Hey @Ryan1998 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.video-with-text__content.video-with-text__content--adapt {
    padding-bottom: 5rem !important;
}
</style>

RESULT:

Moeed_0-1723402105939.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
5346 1444 1729

This is an accepted solution.

Hey @Ryan1998 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.video-with-text__content.video-with-text__content--adapt {
    padding-bottom: 5rem !important;
}
</style>

RESULT:

Moeed_0-1723402105939.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications