Need to be able to reduce the padding on google reviews widget

Share your use case and provide a


s many details to support your idea as possible. Thank you! :blush:

1 Like

Hey there, @Zach_Rucker and welcome to the Community :waving_hand:

Sorry for the delayed response!

I’ve forwarded your request to the devs and will update you once the solution is ready :slightly_smiling_face:

Hi there, @Zach_Rucker :waving_hand:

You can change the paddings in the header container using this code in the Custom CSS field on the Style tab of your widget’s settings:

.es-header-container {
  padding-top: 0;
}

To reduce vertical and horizontal paddings of the background container, you can use the Horizontal and Vertical Padding settings in Background section on the Style tab:


Please check it out and let me know if it helped :slightly_smiling_face: