Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, how to delete this empty space between sections "Testimonials" and "Powered by Loox" trust badge.
website: https://nexaco.co/
Solved! Go to the solution
This is an accepted solution.
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;
}
★ Did my post help? If yes, then please like and accept solution. ★
https://stephens.world
support@stephensworld.ca
This is an accepted solution.
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;
}
★ Did my post help? If yes, then please like and accept solution. ★
https://stephens.world
support@stephensworld.ca
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
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.