Hi, how to delete this empty space between sections “Testimonials” and “Powered by Loox” trust badge.
website: https://nexaco.co/
Hi, how to delete this empty space between sections “Testimonials” and “Powered by Loox” trust badge.
website: https://nexaco.co/
Go into your theme editor (admin > online store > themes > customize), and then click into the block/section that you have the review badge showing in … click into the “custom CSS” settings, and then add the following coding:
.index-section {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
Hi @Rupert22
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
@media (max-width: 767px){
div#shopify-section-template–21127979434323__testimonials_ww9kyB {
margin-bottom: 0 !important;
}
.testimonials-section.testimonials-template–21127979434323__testimonials_ww9kyB.text-left.aos-init.aos-animate {
padding-bottom: 10px !important;
}
section#shopify-section-template–21127979434323__1711213980777487cf .index-section {
margin-top: 0 !important;
}}
Hope that my solution works for you.
Best regards,
Henry | PageFly