Full width on mobile?

Hello how do i make this full width on mobile? U can see it get cut off

1 Like

Hi there, @Mike_Berro1 :waving_hand:

Please try to use this code in the Custom CSS field on the Style tab and let me know how it worked:

@media (max-width: 768px) {
	.global-styles,
  [class*='zpsection']:has(.elfsight-app-816886f8-d17c-41cf-8897-662b25e9be24),
  [class*='zpcontainer']:has(.elfsight-app-816886f8-d17c-41cf-8897-662b25e9be24) {
	  padding-inline: 0 !important;
  }
}

This did not work.

1 Like

Hi there, @Mike_Berro1 :waving_hand:

I’ve checked your widget and there was no CSS code added there. However, I’ve pasted it and it worked fine:


Could you please double-check it?