how can i adjust my header icons only for Mobile on prestige theme

how can i adjust my header icons only for Mobile on prestige theme

Changedmyus0rn3
Excursionist
37 0 3

Hi there team hope all is well ! 

 

we recently had our store edited via coding and were having issues on the mobile few, the header icons are not all showing in the header. 

 

I am hoping to get some assistance on re-spacing the icons on mobile , even if that requires reducing the size of the logo it's no problem , i'm just really hoping to have all the icons showing in the header. 

 

this is a photo is how it looks on mobile.  you can only see the user, search and cart icon but not the navigation icon

aa.jpg

store url ; https://backtoreality.co/

pass: reality 

 

Thank you in advance ❤️ 

 

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
7781 1881 2306

Hi @Changedmyus0rn3 

Check this one, im not sure if it will work. You add a lot of override codes i mnot sure if it listen. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 767px){
#shopify-section-header .Header__Icon {
    width:fit-content !important;
}
header#section-header .Header__Wrapper {
    gap: 0px !important;
}
#section-header > div > div:nth-child(1) {
    margin-left: 0px !important;
    margin-right: 1rem;
}
.HorizontalList__Item {
    width: 2rem !important;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1713458761706.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Changedmyus0rn3
Excursionist
37 0 3

Hi @Made4uo-Ribe thank you so much for your reply ! 

 

i was actually able to get it aligned on mobile with a different code but now unfortunately whenever i go onto another page the header icons gets displaced , but when you are on the homepage they look fine. do you know what can be causing this possibly, would really appreciate your input on this issue. 

 

Made4uo-Ribe
Shopify Partner
7781 1881 2306

Im not sure If ill be able to fix it. Because you add already a lot of code. It will take time to clean the css files. 😅

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Changedmyus0rn3
Excursionist
37 0 3

ohhh mann😭 so you really dont think you would be able to help me on this one ?