Country/Region and Language in the same line (Dawn Theme)

Solved

Country/Region and Language in the same line (Dawn Theme)

dreamtechzone_5
Shopify Partner
574 1 90

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

PUPPIES-PAWS-·-Customize-Dawn-·-Shopify.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10036 2385 3012

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. 

Made4uoRibe_0-1713894076223.png

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.

Made4uoRibe_1-1713894165980.png

Going on smaller sizes. 

Made4uoRibe_2-1713894194923.png

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10036 2385 3012

Hi @dreamtechzone_5 

Do you mean align in the left? Like this. 

Made4uoRibe_0-1713890307119.png

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
dreamtechzone_5
Shopify Partner
574 1 90

I want to keep the language box on top in mobile mode.

PUPPIES-PAWS-·-Customize-Dawn-·-Shopify.png

Made4uo-Ribe
Shopify Partner
10036 2385 3012

Okay, you said same line. And you showing different instruction now. Like this? 

Made4uoRibe_0-1713891590407.png

If not like this would you mind to give us clear decription want do you like? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
dreamtechzone_5
Shopify Partner
574 1 90

Thank you. Can country/region and language be kept like this in mobile mode?

Screenshot 2024-04-23 230450.png

Made4uo-Ribe
Shopify Partner
10036 2385 3012

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. 

Made4uoRibe_0-1713894076223.png

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.

Made4uoRibe_1-1713894165980.png

Going on smaller sizes. 

Made4uoRibe_2-1713894194923.png

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.