SolveigTraeet Posted February 8, 2021 Posted February 8, 2021 Site URL: https://caper-badger-3s6d.squarespace.com/news Password: home 1. Make Logo bigger on mobile, from edge to edge. 2. Move hamburger (menu) icon to below/under the site logo. Can anyone help me?
tuanphan Posted February 9, 2021 Posted February 9, 2021 Add to Design > Custom CSS /* Mobile header */ @media screen and (max-width:767px) { .header-display-mobile { flex-direction: column; justify-content: center; } .header-title-nav-wrapper { flex: 100% !important; margin-left: 0 !important; width: 100% !important; } .header-mobile-logo { padding-left: 0 !important; } .header-mobile-logo img { max-height: 100px !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!)
SolveigTraeet Posted April 20, 2021 Author Posted April 20, 2021 On 2/9/2021 at 1:16 PM, tuanphan said: Add to Design > Custom CSS /* Mobile header */ @media screen and (max-width:767px) { .header-display-mobile { flex-direction: column; justify-content: center; } .header-title-nav-wrapper { flex: 100% !important; margin-left: 0 !important; width: 100% !important; } .header-mobile-logo { padding-left: 0 !important; } .header-mobile-logo img { max-height: 100px !important; } } Can you help me with the code again @tuanphan? Site URL: https://caper-badger-3s6d.squarespace.com/news Password: home I want to make Logo bigger on mobile, from edge to edge. My logo is not what it was, do you know the problem? Hope you can help me!
tuanphan Posted April 21, 2021 Posted April 21, 2021 23 hours ago, SolveigTraeet said: Can you help me with the code again @tuanphan? Site URL: https://caper-badger-3s6d.squarespace.com/news Password: home I want to make Logo bigger on mobile, from edge to edge. My logo is not what it was, do you know the problem? Hope you can help me! Add to Design > Custom CSS /* mobile logo */ @media screen and (max-width:767px) { .header-title-logo { margin-left: 0 !important; padding-left: 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.