Hi,
I’ve added ‘CLICK TO BOOK’ buttons in the table (see linked page below). But they view on desktop, iPad but not on iPhone…
Anyone know why?
Hey cmackey2159!
They are being hidden because of how the tables work on mobiles. Since your text is not very long here I would use the column shortcodes instead. It will look good on both desktop and mobiles.
If you want to see how the table displays on mobile then add this to your custom CSS.
.responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th { display: block !important; }
Best regards,
Elliott
Thx Elliott,
Where would I enter that CSS? I can’t find the option…
Ah I found it, but it displays it wrong.
Basically puts all the headers together, then the prices together and then the buttons together….