Isaebella Posted April 13, 2022 Share Posted April 13, 2022 Hello! I'd love to manually organise my header navigation content, the position of the cart and button is annoying me more than I'd like to admit.. If anyone has any advice, please alleviate my eyesore and I'll be very grateful. LINK: https://aardvark-jellyfish-fwmh.squarespace.com/ PASSWORD: milk See image for current vs. goal. Link to comment
Web_Solutions Posted April 13, 2022 Share Posted April 13, 2022 (edited) Add these code Design > Custom CSS @media(min-width:1024px){ .header-actions.header-actions--right{ display: flex !important; .header-actions-action--cta{ order: 1 !important; } .showOnDesktop{ order: 2 !important; } } } Edited April 13, 2022 by Web_Solutions tuanphan, Ainul, Greenroom and 1 other 4 Link to comment
Isaebella Posted April 13, 2022 Author Share Posted April 13, 2022 Wow, you're incredible! I've been reading so much extensive, lengthy code and you nailed it in a few lines. Legend! Link to comment
Greenroom Posted November 1, 2022 Share Posted November 1, 2022 Hi @Web_Solutions Just wondering if you would be able to help me with a similar issue - I would like to get the button and the cart to sit along side the main nav menu items - at the moment they sit above and when I try to move them down it ends up sitting overtop of the nav, rather than along side it. Is there any way to do this? Site: https://bloom-skin-aesthetics.squarespace.com P/w: Leah2022! Link to comment
tuanphan Posted November 4, 2022 Share Posted November 4, 2022 On 11/2/2022 at 2:02 AM, Greenroom said: Hi @Web_Solutions Just wondering if you would be able to help me with a similar issue - I would like to get the button and the cart to sit along side the main nav menu items - at the moment they sit above and when I try to move them down it ends up sitting overtop of the nav, rather than along side it. Is there any way to do this? Site: https://bloom-skin-aesthetics.squarespace.com P/w: Leah2022! You mean make nav - button - cart same row? 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
Greenroom Posted November 6, 2022 Share Posted November 6, 2022 Hi @tuanphan - Yes if possible - all the nav menu options, button and cart icon in one line across the width of the page below the logo Is there a way to do that? Link to comment
tuanphan Posted November 10, 2022 Share Posted November 10, 2022 On 11/7/2022 at 5:14 AM, Greenroom said: Hi @tuanphan - Yes if possible - all the nav menu options, button and cart icon in one line across the width of the page below the logo Is there a way to do that? Add to Last Line in Code Injection > Footer <script> $(document).ready(function(){ $('.header-display-desktop .header-actions.header-actions--right').clone().appendTo('nav.header-nav-list'); }); </script> <style> .header-display-desktop>.header-actions { display: none !important; } .header-title-nav-wrapper { flex: 0 0 100% !important; } nav.header-nav-list { flex-wrap: nowrap; align-items: center; } </style> 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