sarahprime Posted July 29, 2021 Share Posted July 29, 2021 Site URL: https://polygon-avocado-ffw5.squarespace.com/ How can I move the secondary navigation button higher up the view on mobile (screenshot attached). All I want to do is move it up above the mobile call bar. Password is ACE##21 Link to comment
tuanphan Posted August 1, 2021 Share Posted August 1, 2021 On 7/30/2021 at 5:02 AM, sarahprime said: Site URL: https://polygon-avocado-ffw5.squarespace.com/ How can I move the secondary navigation button higher up the view on mobile (screenshot attached). All I want to do is move it up above the mobile call bar. Password is ACE##21 Add to Design > Custom CSS /* Move up overlay menu */ .header-menu-nav-folder-content { justify-content: flex-start; } 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
sarahprime Posted August 4, 2021 Author Share Posted August 4, 2021 No luck, there didn't appear to be any change. Is it possible to turn off secondary navigation in mobile view, as this would achieve the same ends. Link to comment
tuanphan Posted August 5, 2021 Share Posted August 5, 2021 Just tested & works here. Can you keep the code in Custom CSS? We can check again easier 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
sarahprime Posted August 15, 2021 Author Share Posted August 15, 2021 Thank you - yes, the main menu items move up, however the button with the phone number on it remains in the same position Link to comment
Solution tuanphan Posted August 16, 2021 Solution Share Posted August 16, 2021 19 hours ago, sarahprime said: Thank you - yes, the main menu items move up, however the button with the phone number on it remains in the same position Don't remove any code. Add this to Custom CSS .header-menu-cta { position: relative; top: -100px; } 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
sarahprime Posted August 23, 2021 Author Share Posted August 23, 2021 You've done it again - thanks so much, all fixed! Link to comment
IwanJ Posted May 25, 2022 Share Posted May 25, 2022 Hi @tuanphan! Please can you help? On my homepage in the bottom section above the footer, in mobile view I need to move the button below all the text in that section... https://deep-learning-cafe.squarespace.com/ password: password123 Thank you! Link to comment
tuanphan Posted May 26, 2022 Share Posted May 26, 2022 22 hours ago, IwanJ said: Hi @tuanphan! Please can you help? On my homepage in the bottom section above the footer, in mobile view I need to move the button below all the text in that section... https://deep-learning-cafe.squarespace.com/ password: password123 Thank you! Use this CSS /* button */ @media screen and (max-width:767px) { div#block-4907de2ea3a4b9f2bcb2 { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); } div#page-section-61a08b20fd9bbb2b9cbde324 { padding-bottom: 70px; }} 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment