gg-design Posted March 11, 2020 Share Posted March 11, 2020 Site URL: https://www.rubysplace.org/ Hi all, I noticed that in mobile view (or when the browser width gets small enough to show the menu icon) , the height of the header still remains the same as when it shows all the links stacked. This results in the appearance of a lot of white space above the hero image. How can I get the header height to wrap around the icon when it is downsized? I really appreciate any help on this! Link to comment
tuanphan Posted March 12, 2020 Share Posted March 12, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .Main-content { padding-top: 0; } div#block-yui_3_17_2_1_1583906902259_41269 { padding-top: 0 !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
gg-design Posted March 12, 2020 Author Share Posted March 12, 2020 16 hours ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .Main-content { padding-top: 0; } div#block-yui_3_17_2_1_1583906902259_41269 { padding-top: 0 !important; } } That worked. Thank you!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.