tylerelise Posted March 1, 2020 Share Posted March 1, 2020 Site URL: https://www.tylerelise.com/ On mobile my logo sits under the "menu" nav link, is there a way to swap these? Also is there a way to make it so my logo has less padding on mobile? Right now they sit very far apart from one another, but I don't want to have to make it smaller on desktop (link and screenshot attached) Thanks in advance! Link to comment
tuanphan Posted March 2, 2020 Share Posted March 2, 2020 With question: Is there a way to bring my logo up above the "menu" link on mobile Add to Home > Design > Custom CSS @media screen and (max-width:640px) { header#topBar { display: flex; flex-direction: column-reverse; } } 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.