Close X on mobile

Hello,
I would like the size of the close button to remain the same without shrinking the video size. I wnt the video to stay at 100% please.

Hi @Jennine,

Thanks for writing in!

You can override the left and right padding of your Modal element by inserting an inline CSS code:

$el.x-modal {
  padding-left: 10px;
  padding-right: 10px;
}

Kindly let us know how it goes.

that worked thanks!

Hi @Jennine,

Glad that it works.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.