Katariina123 Posted August 25, 2023 Share Posted August 25, 2023 Hello everyone. I wish to have the navigation in the Indigo Template on mobile to be in a "traditional" position, on the top. I would like to have the hamburger on the up-left corner and the shopping cart icon on the right-top corner. Now the mobile navigation is on bottom of the site. How to change this? Thanks!! Link to comment
Solution tuanphan Posted August 27, 2023 Solution Share Posted August 27, 2023 Add this code to Website > Website Tools > Custom CSS @media screen and (max-width:768px) { div#mobileBar { bottom: unset !important; top: 0; } header#header { padding-top: 24% !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Katariina123 Posted September 8, 2023 Author Share Posted September 8, 2023 Thank you, that worked! Link to comment
Katariina123 Posted September 8, 2023 Author Share Posted September 8, 2023 I have another question about the mobile navigation. How do I get the cart aligned to the right corner on mobile? Link to comment
tuanphan Posted September 12, 2023 Share Posted September 12, 2023 On 9/8/2023 at 5:25 PM, Katariina123 said: I have another question about the mobile navigation. How do I get the cart aligned to the right corner on mobile? What is site url? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Katariina123 Posted September 13, 2023 Author Share Posted September 13, 2023 https://www.catteco.fi/ Link to comment
tuanphan Posted September 15, 2023 Share Posted September 15, 2023 On 9/13/2023 at 9:47 PM, Katariina123 said: https://www.catteco.fi/ Use this CSS code to align mobile cart to right .search-cart--mobile.flex-item { justify-content: flex-end !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Katariina123 Posted September 15, 2023 Author Share Posted September 15, 2023 Thank you sooooo much!!! I appreaciate it, have a fantastic weekend! 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