SolveigTraeet Posted February 8, 2021 Share 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? Link to comment
tuanphan Posted February 9, 2021 Share 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; } } SolveigTraeet and Ladybug 2 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
SolveigTraeet Posted February 9, 2021 Author Share Posted February 9, 2021 @tuanphan Thank you! Link to comment
SolveigTraeet Posted April 20, 2021 Author Share 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! Link to comment
tuanphan Posted April 21, 2021 Share 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; } } SolveigTraeet 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
SolveigTraeet Posted April 21, 2021 Author Share Posted April 21, 2021 Thank you @tuanphan! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment