I currently have this code to switch to mobile.
<mvt:if expr="g.mobile EQ 'TRUE'">
<mvt:item name="mobile_content" />
<mvt:else>
The problem is, it only switches to mobile content at mobile phone size. How can I make the mobile content show up for both phone and tablet?
<mvt:if expr="g.mobile EQ 'TRUE'">
<mvt:item name="mobile_content" />
<mvt:else>
The problem is, it only switches to mobile content at mobile phone size. How can I make the mobile content show up for both phone and tablet?
Comment