VickiM Posted February 18, 2020 Share Posted February 18, 2020 Site URL: https://www.vickimessenger.com/ Hi all I would like some help in moving the main navigation/menu button to the top of the page when viewed on mobile, as my users are not seeing it at the bottom of the screen. Can anyone help me with the code that is required to do this please? Thanks in advance Vicki Link to comment
tuanphan Posted February 18, 2020 Share Posted February 18, 2020 Which template do you use? (If you don't know, go to Site Style > Template) 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
VickiM Posted February 19, 2020 Author Share Posted February 19, 2020 Hi, sorry was expecting to receive a notification if I got any questions/answers. I use Ready. Thanks Link to comment
tuanphan Posted February 20, 2020 Share Posted February 20, 2020 Add to Design > Custom CSS @media screen and (max-width: 768px) { div#mobileBar { bottom: unset; top: 0; } .nav-close-toggle-wrapper { top: 50px !important; bottom: unset !important; right: 10px; } 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
VickiM Posted February 23, 2020 Author Share Posted February 23, 2020 Thank you so much for this. However, the menu and social media dots now obscure half my logo at the top of the page in mobile view... Any idea how I correct this? Link to comment
VickiM Posted February 23, 2020 Author Share Posted February 23, 2020 It's the dots for the social media links that are getting in the way - could these perhaps be at the bottom of the screen still and just the menu bars at the top? Thanks in advance Link to comment
tuanphan Posted February 27, 2020 Share Posted February 27, 2020 On 2/24/2020 at 4:30 AM, VickiM said: It's the dots for the social media links that are getting in the way - could these perhaps be at the bottom of the screen still and just the menu bars at the top? Thanks in advance Have you fixed it yet? 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
Archived
This topic is now archived and is closed to further replies.