Guest Posted October 29, 2020 Posted October 29, 2020 Site URL: https://mackerel-dolphin-8hgc.squarespace.com/config/ Hi, I have added a hamburger nav to my desktop site in 7.1 and the logo has attached itself to it! I would like to move it to the opposite side of the page. This is the code I used to add a hamburger //HAMBURGER NAVIGATION// .header-burger { display:flex!important} .header--menu-open .header-menu {opacity: 1!important;visibility: visible!important;} .header-nav, .header-actions {visibility:hidden!important} Many thanks, Kelly
Guest Posted November 3, 2020 Posted November 3, 2020 On 10/30/2020 at 1:55 AM, rwp said: What's the password? Hi, It's YanaLutsy2020
tuanphan Posted November 4, 2020 Posted November 4, 2020 22 hours ago, KellyH said: Hi, It's YanaLutsy2020 Add to Home > Design > Custom CSS .header-display-desktop { justify-content: space-between !important; } .header-title-nav-wrapper { flex: 1 0 100%; } .header-title-nav-wrapper { flex: 1 0 100%; flex-direction: row-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!)
Guest Posted November 10, 2020 Posted November 10, 2020 On 11/4/2020 at 3:08 PM, tuanphan said: Add to Home > Design > Custom CSS .header-display-desktop { justify-content: space-between !important; } .header-title-nav-wrapper { flex: 1 0 100%; } .header-title-nav-wrapper { flex: 1 0 100%; flex-direction: row-reverse; } This worked. Amazing! Thank you.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.