Re: Mobile Password Header Arrangement

Solved

How can I rearrange mobile password header for better alignment?

jannathn
Tourist
13 0 2

Is there a way to left-align the logo in the Password header in the mobile view and right-align the Password symbol including text? It doesn't look good like this. The aim would be that both are next to each other in one line (and not one below the other). The URL is: www.kuristudios.com. Please help, thank you!

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9624 2292 2856

This is an accepted solution.

Hi @jannathn 

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 "section-password.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-width: 749px){
.password-header {
    flex-direction: row;
}
.password-logo {
    margin-bottom: 0px;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1705874611979.png

 

 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
9624 2292 2856

This is an accepted solution.

Hi @jannathn 

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 "section-password.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-width: 749px){
.password-header {
    flex-direction: row;
}
.password-logo {
    margin-bottom: 0px;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1705874611979.png

 

 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
jannathn
Tourist
13 0 2

This is perfect, thank you so much! It worked out! 

Made4uo-Ribe
Shopify Partner
9624 2292 2856

Youre Welcome, 😊 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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

PageFly-Oliver
Shopify Partner
878 190 185

Hi @jannathn ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file password.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

@media (max-width: 767px){
.password-header {
    flex-direction: row !important; 
}
}

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.