Hi, I would like some help removing an empty space between the reviews and “recommended products” section
My store: tudoconexao.com
Hi, I would like some help removing an empty space between the reviews and “recommended products” section
My store: tudoconexao.com
Hey @Dawenn ,
Please add this CSS to your base.css file ![]()
.AReviewsApp {
padding-bottom: 0px;
}
Feel free to reach out [REDACTED] if you have any questions.
Cheers!
Shubham | Untechnickle
Hi @Dawenn
TRy this one.
div#shopify-section-product-recommendations section.section {
margin-top: 0;
}
div#az_reviews {
padding-bottom: 0 !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Thanks @Made4uo-Ribe @TheUntechnickle
Both ways worked?