Button not showing fully while using accordion i mobile

Hi !
I use accordion for my booking system but the button “book now” doesn’t display properly on mobile phone and I can just see half of it. Can you help me ? Thank you !

Hey @melissamaryse,

Thanks for writing in!

You are using the TABLE inside the accordion tem content. Please edit your page, and insert a DIV element.

This DIV element will serve as the container of the Text element. You will then have to set the Y overflow to “Scroll” so that you can scroll horizontally to see the Button.

Hope this makes sense.