Shopify themes, liquid, logos, and UX
Hello Everyone!
I am using the Shopify dawn theme. I want to keep the Country/Region and Language on the same line in the footer section in mobile mode. Is it possible? Please help me. Thank you.
URL: https://puppies-paws-shop.myshopify.com/
Password: Admin
Solved! Go to the solution
This is an accepted solution.
Oh you like same on the desktop and higher screen size. We can do that but youll have a problem on more smaller screen size.
The size of this screen in mobiles is 376px its is where is started the language go down. We can continue like that but when the screen size goes to 280px;
it will be like this.
Going on smaller sizes.
Here is the code is used.
@media only screen and (max-width: 376px) {
.footer__localization {
flex-wrap: nowrap;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Do you mean align in the left? Like this.
if it is check this one.
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-wdith: 376px){
.footer__column.footer__localization.isolate {
justify-content: left;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
I want to keep the language box on top in mobile mode.
Okay, you said same line. And you showing different instruction now. Like this?
If not like this would you mind to give us clear decription want do you like? Thanks!
Thank you. Can country/region and language be kept like this in mobile mode?
This is an accepted solution.
Oh you like same on the desktop and higher screen size. We can do that but youll have a problem on more smaller screen size.
The size of this screen in mobiles is 376px its is where is started the language go down. We can continue like that but when the screen size goes to 280px;
it will be like this.
Going on smaller sizes.
Here is the code is used.
@media only screen and (max-width: 376px) {
.footer__localization {
flex-wrap: nowrap;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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