I need some help… the icon account its not showing up for mobile.
I tried to make the icon smaller but didnt work.
I have Prestige Theme.
You can check the photo:
A user reports that the account icon is not displaying on mobile devices when using the Prestige theme. They attempted to resize the icon without success.
Solutions Provided:
Multiple respondents offered CSS code fixes to be added to the theme.css file:
.header__secondary-nav with display: block !important for mobile screensgap: 5px property to adjust icon spacingOutcome:
The original poster confirmed that ZestardTech’s solution worked successfully, noting it properly fit the icons in the header by preventing the third icon from wrapping to a second line.
Note: One commenter (Edit2222) reported that a suggested solution did not work in their testing environment and is seeking a reliable developer for assistance.
I need some help… the icon account its not showing up for mobile.
I tried to make the icon smaller but didnt work.
I have Prestige Theme.
You can check the photo:
No ![]()
Go to your Online store > Themes > Edit code > open theme.css file, add this code at the bottom and save file
.header__secondary-nav .sm-max\:hidden { display: block !important; }
Hello There,
@media screen and (max-width: 749px){
.sm-max\:hidden {
display: block!important;
}
.header__secondary-nav {
gap: 5px;
}
}
This works so good! Thank you!
This is so good because it makes fit the icons in the header. The other short code was adding the third icon in a second line.
Thank you!
Very welcome @Aprendiz
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.
Hi @Aprendiz
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Theme.css
@media screen and (max-width: 749px){
.sm-max\:hidden {
display: block!important;
}
.header__secondary-nav {
gap: 5px !important;
}
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Hello Richard,
We found this solution did not work, we put it into a copy of theme.
We are looking for an ad hoc developer, but need to know a reliable one.