How to fix the width on mobile view

The desktop view is ok, by the mobile view is cropped.

1 Like

Hi there and welcome aboard, @Diane_Divina :waving_hand:

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 :slightly_smiling_face:

.global-styles,
div:has(> .elfsight-app-28f82041-c199-41bc-9bfb-f77fa5181f15) {
	width: auto !important;
}
1 Like