Removing Whitespace from App Widget

Solved

Removing Whitespace from App Widget

beautifyindia
Visitor
2 0 0

Hi,

 

I'm using the Craft theme along with Trustoo.io app for reviews. I'm unable to remove the whitespace in the review app widget. I've tried reducing the spacing and adding padding via the customize theme GUI but no luck.

 

Here's my store link: https://beautifyindia.store/.

 

Photo.png

 

Accepted Solution (1)

enumbin
Shopify Partner
10 2 1

This is an accepted solution.

Hello

 

If there is not settings from the app then add this CSS to the app section. 

 

#noreviews-wrapper {
   margin: unset;
}
Easydisplay Product Showcase App – Elevate your store’s visual appeal and boost conversions effortlessly! Try for Free

Create Stunning Galleries with Essential Grid Gallery! Transform Your Store Today! Try for Free

View solution in original post

Replies 2 (2)

enumbin
Shopify Partner
10 2 1

This is an accepted solution.

Hello

 

If there is not settings from the app then add this CSS to the app section. 

 

#noreviews-wrapper {
   margin: unset;
}
Easydisplay Product Showcase App – Elevate your store’s visual appeal and boost conversions effortlessly! Try for Free

Create Stunning Galleries with Essential Grid Gallery! Transform Your Store Today! Try for Free
beautifyindia
Visitor
2 0 0

Hi, this works!

 

Thank you so much!