How can I rearrange icons on my mobile site?

How can I rearrange icons on my mobile site?

ti7
Excursionist
38 0 4

IMG_3739.jpeg

 how do I change it so it’s in this order- Search,customer account,cart. It’s in the order I want it to be in on the web but not mobile. This is my website-https://7bkhzx9sie1fpg19-79986622787.shopifypreview.com

Replies 2 (2)

BSS-Commerce
Shopify Partner
3477 463 549

Hi @ti7 ,

Please follow these steps:

view - 2024-02-06T093217.632.png

Then find the base.css file and add the following code:

@media screen and (max-width: 767px)
a.header__icon.header__icon--account.link.focus-inset.small-hide {
    margin-right: -17px;
}
@media screen and (max-width: 749px)
details-modal.header__search .header__icon--search {
    right: 100px !important;
}

 

Then press "Save" to save the above code.

- Result you will achieve:

view - 2024-02-06T093323.470.png

Hope it helps @ti7 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
ti7
Excursionist
38 0 4

Hi i tried this as shown below but it still didn't work i also tried to put it under the schema part but it didn't work any suggestions on what I'mcode.PNG doing wrong