Hello,
Is it possible to hide button when site is responsible on a smartphone?
These are my buttons:
{code saved}
Thanks
Hi,
Sure - in the first line of your buttons code where you have:
<div class="row collapse">
...REPLACE with:
<div class="row collapse show-for-medium-up">
That will hide the div on mobile (small) display.
Hope this helps!
Cheers, David. -- PriceTapestry.com
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi,
Sure - in the first line of your buttons code where you have:
<div class="row collapse">
...REPLACE with:
<div class="row collapse show-for-medium-up">
That will hide the div on mobile (small) display.
Hope this helps!
Cheers,
David.
--
PriceTapestry.com