Shopify themes, liquid, logos, and UX
Hi
my website is www.naturalcurls.me
I want to centralise the menu on the page as it is too close to the logo.
My logo quality is also dropping. What is the best size for horizontal logo
Solved! Go to the solution
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (min-width: 769px){
.header-item {
flex: unset !important;
}
.header-layout--left-center .header-item--icons {
flex: unset !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
@naturalcurlsme - is link correct? getting message that this site can not be reached
@naturalcurlsme - add this css to the very end of your theme.css file and check
@media only screen and (min-width: 769px) {
.header-item--logo{flex-basis: 25%;}
.header-item--icons{flex-basis: 15%;}
}
not working
Hello @naturalcurlsme
Can you share correct URL?
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (min-width: 769px){
.header-item {
flex: unset !important;
}
.header-layout--left-center .header-item--icons {
flex: unset !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
why is the logo quality dropping? What size px should it be?
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:
.header-item.header-item--icons {
max-width: fit-content;
}
And save.
Result:
For the logo, would you mind to explain more specifically what changes you want to add?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