Shopify themes, liquid, logos, and UX
Do you know how to make the announcement bar also viewable on smartphones with the social icons and language?
https://refade-8966.myshopify.com/
password: refade
Solved! Go to the solution
This is an accepted solution.
Hey @Marco211 ,
To make the announcement bar also viewable on smartphones with the social icons and language, please follow these steps:
1. Go to the Theme Editor by navigating to Theme Editor > Assets > base.css.
2. Once you open the file, add the following CSS code at the end of the file:
.utility-bar__grid {
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 768px){
utility-bar .utility-bar__grid .list-social{
display:block !important;
}
}
@media only screen and (max-width: 748px){
.localization-wrapper .small-hide{
display:block !important;
}
}
3. Save the changes and check if the issue is resolved.
If you encounter any further difficulties or require additional assistance, please don't hesitate to let me know.
If this solution resolves your issue, please consider marking it as the accepted solution.
This is an accepted solution.
Hey @Marco211 ,
To make the announcement bar also viewable on smartphones with the social icons and language, please follow these steps:
1. Go to the Theme Editor by navigating to Theme Editor > Assets > base.css.
2. Once you open the file, add the following CSS code at the end of the file:
.utility-bar__grid {
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 768px){
utility-bar .utility-bar__grid .list-social{
display:block !important;
}
}
@media only screen and (max-width: 748px){
.localization-wrapper .small-hide{
display:block !important;
}
}
3. Save the changes and check if the issue is resolved.
If you encounter any further difficulties or require additional assistance, please don't hesitate to let me know.
If this solution resolves your issue, please consider marking it as the accepted solution.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025