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!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025