Guest Posted March 23, 2020 Share Posted March 23, 2020 Site URL: https://www.earthdrivencollective.com.au/home Hi! Currently adjusting our site in mobile. I feel like this should be basic but does anyone know how to adjust the content padding in mobile? And also, can we make the font size of the drop down menu items smaller but not the main navigation? Thank you in advance for the help! Link to comment
tuanphan Posted March 23, 2020 Share Posted March 23, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .Main-content { padding-top: 10px; } a.Mobile-overlay-folder-item { font-size: 10px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Guest Posted March 25, 2020 Share Posted March 25, 2020 On 3/23/2020 at 5:35 PM, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .Main-content { padding-top: 10px; } a.Mobile-overlay-folder-item { font-size: 10px; } } This worked! Thank you so much. You're a legend! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.