How can I adjust the Spacing margin between Testimonial List, Logo List and Footer

How can I adjust the Spacing margin between Testimonial List, Logo List and Footer

OLIV1
Explorer
67 1 21

i guys 

 

 

Does anybody can advice me how to adjust the spacing margin between Testimonial --- Logo List ---- Footer

www.oscarliving.co.id

Theme Empire 9.1.1

No pass

 

Screen Shot 2023-08-11 at 10.06.59 PM copy.jpg

OLV
Replies 4 (4)

PageFly-Henry
Shopify Partner
1184 335 299

Hi @OLIV1 

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

 

h2.home-section--title {
    margin-top: 20px !important;
}
.flickity-viewport {
    height: 240px !important;
}
.logolist--image {
    max-height: 125px !important;
}
h2.home-section--title {
    margin: 0 !important;
}
section.site-footer-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !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.

OLIV1
Explorer
67 1 21

Dear henry 

 

I Tried To Put the code in 

But after I put The code in 

The Main banner on top is getting smaller  like in the Photos below 

 

unnamed.pngScreen Shot 2023-08-11 at 11.10.55 PM.png

OLV
OLIV1
Explorer
67 1 21

hi @PageFly-Henry 

Can You help me out again with this please ?

OLV
PageFly-Henry
Shopify Partner
1184 335 299

So sorry for missing your message.
You can try again with this code:

.flickity-viewport{
height: 500px !important;
}

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.