yasminva Posted May 24, 2020 Share Posted May 24, 2020 hey, does anyone know how to make the font smaller on the drop down menu on mobile version? also for the mobile version, the home page is high up into the header. how do i bring this down? thank you 🙂  Link to comment
tuanphan Posted May 24, 2020 Share Posted May 24, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { #page article section:first-child { padding-top: 70px; } } Where is dropdown? Did you remove dropdown? 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
yasminva Posted May 26, 2020 Author Share Posted May 26, 2020 On 5/24/2020 at 11:48 PM, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:767px) { #page article section:first-child { padding-top: 70px; } } Where is dropdown? Did you remove dropdown? thank you and the dropdown menu on mobile is still avaliable Link to comment
tuanphan Posted May 27, 2020 Share Posted May 27, 2020 Add to Home > Design > Custom CSS nav.header-menu-nav-list * { font-size: 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.