Shopify themes, liquid, logos, and UX
This is an accepted solution.
Hi @MoonGlow
Its not look like center cause its more icons on the right than the left. Would you mind to share your store URL? Thanks!
This is an accepted solution.
Hi @MoonGlow
Its not look like center cause its more icons on the right than the left. Would you mind to share your store URL? Thanks!
Thanks for the information. Please check this to remove your search icon. Also, I removed the small padding on the right of the cart so it will be level with the menu. This change will only be visible on mobile.
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){
summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
display: none;
}
.header__icons {
padding-right: 0px;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
yes it worked, thank you very much
welcome!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024