librerias Posted January 31 Share Posted January 31 (edited) Hi there. I'm trying to put my cart (styled as text) in the same position as the navigation but I can't seem to do it. I can put it all in the same line if I set the Center Layour a as horizontal instead of stacked, which is of course something I don't want to do. The site is live: https://www.lostreseditores.org Thanks in advance! Edited January 31 by librerias Link to comment
Solution tuanphan Posted February 1 Solution Share Posted February 1 Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> $(document).ready(function() { $('header#header .cart-wrapper').appendTo('nav.site-navigation'); }); </script> sayreambrosio 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
librerias Posted February 1 Author Share Posted February 1 Thanks so much @tuanphan. It worked perfectly. Link to comment
librerias Posted February 3 Author Share Posted February 3 Update: It seemed to work at first, but after clicking on another page, it seems to go back underneath insted of mantining its position. Any clues? Link to comment
tuanphan Posted February 5 Share Posted February 5 On 2/3/2023 at 10:53 PM, librerias said: Update: It seemed to work at first, but after clicking on another page, it seems to go back underneath insted of mantining its position. Any clues? Design > Site Styles > Disable Ajax Loading 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