How can I reduce excess white space in my Motion theme?

How can I reduce excess white space in my Motion theme?

loftonehome
Visitor
3 0 2

Hello!

I'm facing a common problem.

There is too much space between featured product and text columns with icons, featured collections and customer testimonials, featured collections and footer promotions.

I'm using a motion theme

 

https://loftonehome.com/

password: dongot

 

Replies 3 (3)

Danclark0
Visitor
2 0 0

Hello there loftone home that's true even for me I had the same common issues but I had to tell me cousin who refered me to Douglas who helped me with it and I haven't seen it no more 

And not only that he has done other for me .....

PageFly-Henry
Shopify Partner
1184 335 299

Hi @loftonehome 

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 theme.css

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


.shopify-section {

    margin-top: 0px !important;

    margin-bottom: 0 !important;

}

[data-section-type="testimonials"] {

    padding-top: 20px !important;

    padding-bottom: 20px !important;

}

.section--divider {

    padding-top: 20px !important;

}

.index-section {

    margin-bottom: 20px !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.

loftonehome
Visitor
3 0 2

Thank you very much, this helped!😉