LUDLOW Posted September 20, 2022 Share Posted September 20, 2022 Site URL: https://www.sbadna.com Trying to figure out how to redirect users from www.sbadna.com/lenders to a more mobile friendly version of that page (www.sbadna.com/lenders-mobile) when viewing from a phone/tablet rather than a full desktop/laptop. Any ideas? @tuanphan is this possible? Thank you for any assistance! Link to comment
tuanphan Posted September 21, 2022 Share Posted September 21, 2022 Add to Page Header <script type="text/javascript"> if (screen.width <= 991) { document.location = "/lenders-mobile"; } </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!) Link to comment
LUDLOW Posted September 21, 2022 Author Share Posted September 21, 2022 That was perfect! Thank you so much. 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