macywhite Posted September 23, 2020 Share Posted September 23, 2020 Site URL: https://opera-stl.org/ We put in this code (below) to use the mobile hamburger nav on desktop, but it makes our logo in the header be off center. How can this be fixed? @media screen and (max-width: 5000px) { .header .header-title-nav-wrapper .header-nav { display: none; } .header .header-burger { position: absolute; display: flex; order: 1 !important; } .header--menu-open .header-menu { opacity: 1; visibility: visible; } .burger-box div { display: none; } .burger-box { background-image: url(https://static1.squarespace.com/static/5f174588f138424ec2fbd0d7/t/5f1a2c0859f5c362ebe8be8f/1595550728438/Hamburger+Menu.jpg); background-size: contain; background-repeat: no-repeat; background-position: center center; } } Link to comment
tuanphan Posted September 25, 2020 Share Posted September 25, 2020 Add to Home > Design > Custom CSS .header-title-logo { text-align: right; } 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
macywhite Posted September 25, 2020 Author Share Posted September 25, 2020 3 hours ago, tuanphan said: Add to Home > Design > Custom CSS .header-title-logo { text-align: right; } Thank you! https://opera-stl.org/ I can't tell if this looks centered or not after implementing. Does it look good? Link to comment
tuanphan Posted September 26, 2020 Share Posted September 26, 2020 I think it is fine now. 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.