Home › Forums › Support › Linking to different pages depending on screen size › Reply To: Linking to different pages depending on screen size
November 2, 2015 at 11:25 am
#149821
Lead Developer
Lead Developer
You could try adding two links to the page.
For example:
<a href="smallpage.php" class="hide-on-desktop">Link to mobile</a>
<a href="bigpage.php" class="hide-on-mobile">Link to desktop</a>
The classes should display that link if it’s on mobile/desktop and hide the other one.
Let me know 🙂
-
This reply was modified 7 years ago by
Tom.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development