The desktop view is ok, by the mobile view is cropped.
1 Like
Hi there and welcome aboard, @Diane_Divina
Please try to use this code in the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped
.global-styles,
div:has(> .elfsight-app-28f82041-c199-41bc-9bfb-f77fa5181f15) {
width: auto !important;
}
1 Like