Shopify themes, liquid, logos, and UX
Hi all,
I want to change the content of my header so that my logo and the menus are to the far left and my login, cart, language/country selector and the search icon are to the far right.
This is an image that describes what I want to do:
Store URL: https://cngdxq-tk.myshopify.com/
Thanks In Advance,
Hi @Mohd01
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
@media (max-width: 768px){
.header__icon .svg-wrapper {
margin-left: 22rem !important;
}
.header--middle-left .header__inline-menu {
margin-left: -40rem !important;
}
.header__heading-logo {
margin-left: -61px !important;
transform: scale(2.5) !important;
}
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hello @Mohd01 ,
Here are the steps to apply the necessary changes in your Shopify store:
.header {
display: grid !important;
}
sticky-header > .page-width {
max-width: unset !important;
}
Let me know if you need further assistance!
Hey, that worked! But is it possible to increase the size of the menus and the space between them just a little bit more?
Hello @Mohd01,
Here are the steps to apply the necessary changes in your Shopify store:
.list-menu--inline {
gap: 2rem !important;
}
Let me know if you need further assistance!
Hey, It did increase the space between them, but didn't make the items bigger, is it possible to do that maybe?
Thanks in advance!
Hi @Mohd01
@media screen and (min-width: 769px){
header.header {
display: grid !important;
gap: 0 !important;
}}
I hope this helps
Best,
Daisy
Hey, I did exactly what you said but it didn't work. This is how it looks:
I want to increase the size of menu items (HOME, SHOP ALL, etc) and increase the space between them just a little bit
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025