Buttons Broken on Mobile

I have buttons on several pages of my site that work fine on Desktop, but aren’t clickable on mobile.

I can’t work out what is wrong.

An example URL is:
https://jadeb14.sg-host.com/hakuba-panorama-hotel/

The buttons say “Check availability” as seen here:

I will add details in a secure note. Thanks in advance!

Hello @freedomdesign,

Thanks for writing to us.

To align the button properly on mobile devices so that it is clickable I would suggest you please add this custom CSS code to the page CSS.

 @media(max-width:767.99px){
.x-div{float:left;}
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

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