Shopify Store: https://hu2wdbavyeqvn75p-41491136667.shopifypreview.com
I would like to arrange the Shopping Cart + Search Icon to top right (inline with the logo)
Thanks for the answers!
Solved! Go to the solution
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss->paste bellow code in bottom of file
@media only screen and (min-width: 767px) { #AccessibleNav li:nth-child(5){position: absolute;right: 6%;} #AccessibleNav li:nth-child(6){position: absolute;right: 2%;} }
This is an accepted solution.
Replace with new css:
@media only screen and (min-width: 767px) { #AccessibleNav li:nth-child(5){position: absolute;right: 6%;top:0;} #AccessibleNav li:nth-child(6){position: absolute;right: 2%;top:0;} }
User | Count |
---|---|
542 | |
209 | |
126 | |
79 | |
44 |