Adjusting spacing for Banners

Adjusting spacing for Banners

lvbtq13
Excursionist
12 0 2

Hello 🙂

 

I would like to reduce spaces before and after these banners.

 

How can i do it?

 

Thanks

 

www.lauveaboutique.com

 

thank youWhatsApp Image 2024-03-30 at 9.19.10 AM.jpegWhatsApp Image 2024-03-30 at 8.58.01 AM.jpeg

Replies 3 (3)
lvbtq13
Excursionist
12 0 2

Hello,

 

In the developer tools, adjust padding or margins to reduce space.

 

Where i can do it?

 

 

lvbtq13
Excursionist
12 0 2

Is there any chance to change it , going to base.css and with a code?

 

i cannot share an access to the website

 

thanks

PageFly-Henry
Shopify Partner
1184 335 293

Hi @lvbtq13 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save


@media (max-width: 767px){

.rich-text__text.rte {

    margin-top: 10px !important;

    z-index: 99;

    position: relative !important;

}

img.header__heading-logo {

    width: 70% !important;

}

.image-with-text.page-width.color-scheme-background-1 {

    margin-top: 10px !important;

}
}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.