Serap Posted July 24, 2020 Share Posted July 24, 2020 Site URL: https://www.serapolmez.com/shop Hi, I would like the move shopping cart button in my webshop down, so it is in line with the menu in the header. Also I would like to move it a bit to the left. How can I do this? Here is a link to my webshop: https://www.serapolmez.com/shop Thanks in advance! Best, Serap Link to comment
tuanphan Posted July 25, 2020 Share Posted July 25, 2020 Add to Home > Design > Custom CSS .absolute-cart-box { top: 30px; right: 30px; } 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
Serap Posted July 26, 2020 Author Share Posted July 26, 2020 Hi, Something seems to be wrong with the code. Since I implemented it, the navigation menu on mobile is not working properly. The menu options are only working when you click on a specific place. Have tried it on iPhone and Android. I just removed the code and everything works perfectly again. How can we solve this? Thanks again! Link to comment
tuanphan Posted July 27, 2020 Share Posted July 27, 2020 Remove above code & use this @media screen and (min-width:641px) { .absolute-cart-box { top: 30px; right: 30px; } } 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
Serap Posted July 29, 2020 Author Share Posted July 29, 2020 Thanks, all is working now! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.