jasmine_noronha Posted September 3, 2020 Share Posted September 3, 2020 Site URL: https://www.jasmine-noronha.com hello! trying to figure out the code to edit the size of the font for the menu bar on mobile view ONLY. please help! see photo for reference. Link to comment
tuanphan Posted September 3, 2020 Share Posted September 3, 2020 Add to Home > Design > Custom CSS .mobile-primary-nav-wrapper * { font-size: 20px !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!) Link to comment
jasmine_noronha Posted September 3, 2020 Author Share Posted September 3, 2020 @tuanphan thank you! is there any way to make the list order horizontal rather than vertical? Link to comment
jasmine_noronha Posted September 3, 2020 Author Share Posted September 3, 2020 @tuanphan i'd also like to place them higher up on the screen and potentially to the right rather than centered. is that possible? Link to comment
tuanphan Posted September 3, 2020 Share Posted September 3, 2020 nav.mobile-primary-nav-links { display: flex; justify-content: center; } nav.mobile-primary-nav-links>div:first-child { margin-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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.