Osam Posted July 7, 2022 Share Posted July 7, 2022 Hi I want to show different menu pages on mobile view and different pages on desktop how do I do that? Link to comment
tuanphan Posted July 8, 2022 Share Posted July 8, 2022 Depend your plan If you use Personal Plan, you can add all sections on same page, then we will give the code to show some sections on desktop, show some on mobile If you use Business Plan or higher, you can design layout in 2 pages, then add this code to Page Header of desktop page, the code will redirect users on mobile to new page <script type="text/javascript"> if (screen.width <= 767) { document.location = "https://google.com"; } </script> Replace google with new mobile page Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment