Removing Whitespace from App Widget

Topic summary

A user encountered unwanted whitespace in the Trustoo.io review app widget while using the Craft theme. Standard theme customization options (spacing and padding adjustments) failed to resolve the issue.

Solution provided:

  • Add custom CSS targeting the app section:
#noreviews-wrapper {
   margin: unset;
}

The CSS fix successfully removed the whitespace. Issue resolved.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

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/.

Hello

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

#noreviews-wrapper {
   margin: unset;
}

Hi, this works!

Thank you so much!