DivineSoulDice Posted November 12, 2021 Share Posted November 12, 2021 Site URL: https://www.divinesouldice.com Hello there, I was hoping someone could help me with some header questions. I wanted to move the location of the shopping cart icon to the left side of the header (in line with the social media icons) as well as the search bar (to the right of the page navigation links). When I attempted to do it on my own the central logo and navigation links moved far to the left and overall looked very wonky/not centred. Thank you very much! I appreciate any and all help! Link to comment
Beyondspace Posted November 14, 2021 Share Posted November 14, 2021 On 11/13/2021 at 2:15 AM, DivineSoulDice said: Site URL: https://www.divinesouldice.com Hello there, I was hoping someone could help me with some header questions. I wanted to move the location of the shopping cart icon to the left side of the header (in line with the social media icons) as well as the search bar (to the right of the page navigation links). When I attempted to do it on my own the central logo and navigation links moved far to the left and overall looked very wonky/not centred. Thank you very much! I appreciate any and all help! You can try adding to Home > Settings > Advanced > Code Injection <script> //Move header cart in the right of social icon (function(){ document.addEventListener('DOMContentLoaded',()=>{ document.querySelector('.header-display-desktop .header-actions-action--social').appendChild(document.querySelector('.showOnDesktop .header-actions-action--cart')); }); })() </script> <style> /*Position the header search bar*/ .header-title-nav-wrapper .header-search-bar { position: absolute; right: 80px; } </style> Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted November 14, 2021 Share Posted November 14, 2021 My testing result BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! 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