visionsbyfurks Posted January 14, 2021 Share Posted January 14, 2021 Site URL: https://www.studiofurks.com/ Hello, I needed help with some CSS, I wanted to adjust the text size and padding for the navigation (mobile only) as I like the desktop sizing and padding. Could anyone help me with this please? Link to comment
tuanphan Posted January 17, 2021 Share Posted January 17, 2021 Add to Design > Custom CSS /* Mobile nav items size */ div.header-menu-nav-item * { font-size: 16px; } 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
jaisequoia Posted July 5, 2021 Share Posted July 5, 2021 On 1/17/2021 at 12:15 AM, tuanphan said: Add to Design > Custom CSS /* Mobile nav items size */ div.header-menu-nav-item * { font-size: 16px; } it's recommended to use rem and not pixels for mobile font size :-) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.