RVanZ Posted September 25, 2023 Share Posted September 25, 2023 Hi there, I have created my Desktop site over the last few months and didn't really focus on the Mobile site, I would like to force the desktop site on mobile as I think it would work but I can't really find anything that works, Is there any way to do this? Link to comment
DPruitt Posted September 25, 2023 Share Posted September 25, 2023 Do you have specifics that you'd like to see? Link to comment
RVanZ Posted September 26, 2023 Author Share Posted September 26, 2023 Not sure what you mean but basically just want the desktop be the one you see on mobile too, Perhaps everything would need to be scaled down to fit? Link to comment
tuanphan Posted October 1, 2023 Share Posted October 1, 2023 On 9/26/2023 at 11:03 PM, RVanZ said: Not sure what you mean but basically just want the desktop be the one you see on mobile too, Perhaps everything would need to be scaled down to fit? Can you share site url? We can check easier 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
RVanZ Posted October 2, 2023 Author Share Posted October 2, 2023 www.midwestconstruction.co.uk password : testingtesting123 Link to comment
tuanphan Posted October 6, 2023 Share Posted October 6, 2023 On 10/2/2023 at 3:52 PM, RVanZ said: www.midwestconstruction.co.uk password : testingtesting123 You mean show mobile like this + align logo center? 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
RVanZ Posted October 6, 2023 Author Share Posted October 6, 2023 That would be great yeah Link to comment
tuanphan Posted October 11, 2023 Share Posted October 11, 2023 Use this CSS code to Website Tools (under Not Linked) > Custom CSS @media screen and (max-width: 767px) { .header-display-mobile { display: none; } .header-display-desktop { display: flex; } .header-nav:nth-child(3) { display: block !important; } .header-burger { display: none; } .header-title-logo { text-align: center; }} 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment