Hello can some please tell me how to get rid of all the empty space between the sections? The review app I’m using is Automizely and my theme is turbo.
Hi @Only1mrsfragili ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
My store URL is Projects817.com
it’s not password protected.
Hi @Only1mrsfragili ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/styles.css->paste below code at the bottom of the file:
.featured-review-wrapper .swiper-slide {
margin-right: 10px !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
It made the sides look a better but I would like to get rid of the white space at the top and and bottom. So between the Newsletter and the Blogs.
Hi @Only1mrsfragili ,
On the homepage, currently above the Blog it is newsletter. Can you send me the link to the page so I can take a look?
Thanks you
Please check now, I had removed the reviews for a moment because I really don’t like all that white space. The link is still the same. Projects817.com
Hi @Only1mrsfragili ,
You can try below code in styles.css file:
#shopify-section-template--14770121375882__am-featured-reviews-carousel {
margin-top: -40px;
margin-bottom: -40px;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Thank you very much!

