All things Shopify and commerce
When i switch to mobile view the text of login is messed up in the menu bar
Can anyone please help me how can i fix it ?
STORE URL : https://b58128-e6.myshopify.com/
Attaching the screenshot of the issue
Solved! Go to the solution
This is an accepted solution.
Hi @Yash234
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-width: 749px){
.menu-drawer__account {
width: 100%;
gap: 15px;
}
a.menu-drawer__account.link.focus-inset.h5.medium-hide.large-up-hide svg {
height: 30px;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @Yash234
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-width: 749px){
.menu-drawer__account {
width: 100%;
gap: 15px;
}
a.menu-drawer__account.link.focus-inset.h5.medium-hide.large-up-hide svg {
height: 30px;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
It worked thanks!
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025