tjmoesker Posted June 10, 2021 Posted June 10, 2021 Site URL: https://www.timothymoesker.com/ I've noticed that my website, while functioning as it should on both a PC web browser and in a tablet browser, doesn't display my navigation buttons on the mobile version (the buttons "Portfolio" and "About." I've tried resizing each of the assets, but the buttons don't appear to be hidden behind anything. Would anyone be able to help me?
tuanphan Posted June 11, 2021 Posted June 11, 2021 7 hours ago, tjmoesker said: Site URL: https://www.timothymoesker.com/ I've noticed that my website, while functioning as it should on both a PC web browser and in a tablet browser, doesn't display my navigation buttons on the mobile version (the buttons "Portfolio" and "About." I've tried resizing each of the assets, but the buttons don't appear to be hidden behind anything. Would anyone be able to help me? Hi. Add this to Design > Custom CSS /* show menu on mobile */ @media only screen and (max-width:800px) { #header #topNav { display: block !important; } } 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.