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.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025