SteveJHS Posted February 27 Share Posted February 27 hi, I'd like to learn How to designate a specific page that will be my homepage for mobile...but that isnt my normal homepage. We are on 7.0 with Brine template family. Our prior web editor was taking care of this, however they are no longer with the company. Link to comment
tuanphan Posted March 5 Share Posted March 5 Hi, You mean you want to use a different layout for mobile? You can create another page & design layout for mobile. Then add this code to Page Header of first page (desktop page), this code will redirect users to new page on mobile <script type="text/javascript"> if (screen.width <= 767) { document.location = "https://google.com"; } </script> Replace google with mobile page url 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