Guest Posted May 4, 2021 Posted May 4, 2021 Site URL: http://www.rebeccaheywood.uk How would i change my home page on mobile so it lands on a different page? my current one is not very mobile friendly and id like to design one to fit more on mobile Im using the wells template Thanks
tuanphan Posted May 6, 2021 Posted May 6, 2021 On 5/4/2021 at 7:54 AM, Rebeccaheywood said: Site URL: http://www.rebeccaheywood.uk How would i change my home page on mobile so it lands on a different page? my current one is not very mobile friendly and id like to design one to fit more on mobile Im using the wells template Thanks Add a new mobile page, and paste this code to current page header <script type="text/javascript"> if (screen.width <= 767) { document.location = "enter mobile page url"; } </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.