Delion Posted March 2, 2020 Share Posted March 2, 2020 Hey there, In full screen, my nav links and logo are on the same line, as the window shrinks in size, or on a large ipad, the nav links pop to a line underneath the logo. What CSS can I use to reduce the space between those two things when that happens? I'm using the Charlotte Template. (the area in the red box on the image) Link to comment
tuanphan Posted March 2, 2020 Share Posted March 2, 2020 Can you share link to your site? 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
Delion Posted March 2, 2020 Author Share Posted March 2, 2020 http://crownhillfarm.com Link to comment
Delion Posted March 2, 2020 Author Share Posted March 2, 2020 I would actually MOST prefer that as the window sizes down, the nav links stay across the top and don't flip to underneath, but if I have to deal with it underneath on smaller screens, I'd like less padding. Link to comment
tuanphan Posted March 3, 2020 Share Posted March 3, 2020 Try adding to Home > Design > Custom CSS @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { div#headerNav { margin-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
Delion Posted March 3, 2020 Author Share Posted March 3, 2020 That dropped the nav links to always be under the logo, which I definitely don't want. See screenshot ~Delion Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.