HG-Design Posted February 25, 2022 Share Posted February 25, 2022 (edited) Site URL: https://wvcharge.squarespace.com Hi all, Is it possible to move the cart logo to the left side of the site header and leave the button aligned to the right where is currently is please? https://wvcharge.squarespace.com Pass: waev Thank you in advance, Joe Edited April 13, 2022 by HG-Design Link to comment
tuanphan Posted February 27, 2022 Share Posted February 27, 2022 Add this code to Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-display-desktop .header-actions-action.header-actions-action--cart').insertBefore('.header-display-desktop>.header-burger'); }); </script> <style> .header-actions-action.header-actions-action--cart:first-child { display: none; } </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
HG-Design Posted February 27, 2022 Author Share Posted February 27, 2022 Thank you @tuanphan, that has worked perfectly! Is it possible to apply this to the mobile site as well please? Link to comment
tuanphan Posted March 3, 2022 Share Posted March 3, 2022 On 2/28/2022 at 2:15 AM, HG-Design said: Thank you @tuanphan, that has worked perfectly! Is it possible to apply this to the mobile site as well please? Mobile, you want Left cart icon - middle logo - right burger? 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
HG-Design Posted March 6, 2022 Author Share Posted March 6, 2022 Sorry Tuanphan, left side please like desktop view. Link to comment
tuanphan Posted March 10, 2022 Share Posted March 10, 2022 On 3/6/2022 at 11:27 PM, HG-Design said: Sorry Tuanphan, left side please like desktop view. You mean Left (Logo/Cart) - Right (burger)? 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
HG-Design Posted April 13, 2022 Author Share Posted April 13, 2022 Hi Tuanphan Sorry for delay in coming back to you, Yes, if you could let me know code for mobile only -(Left - Cart / Middle - Logo / Right - Burger) Thank you Link to comment
HG-Design Posted April 13, 2022 Author Share Posted April 13, 2022 Ignore, all solved, thank you tuanphan 1 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