Hello
If there is not settings from the app then add this CSS to the app section.
#noreviews-wrapper {
margin: unset;
}
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:
#noreviews-wrapper {
margin: unset;
}
The CSS fix successfully removed the whitespace. Issue resolved.
Hello
If there is not settings from the app then add this CSS to the app section.
#noreviews-wrapper {
margin: unset;
}