Hi,
We’d like to increase the size of our logo but when we do so, it moves the menu items down onto another row. How can I go in and slightly decrease the spacing between menu items so there is space for all to be on one row? Thanks!
Hi,
We’d like to increase the size of our logo but when we do so, it moves the menu items down onto another row. How can I go in and slightly decrease the spacing between menu items so there is space for all to be on one row? Thanks!
HI @leighmarino
Can you share with me the page url
Hello @leighmarino
Could you share your store URL so that I can review it?
Sure, it’s machineartmoto.myshopify.com
password: seigao
Hi @leighmarino
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->base.css ->paste bellow code in top of file
.header__menu-item .icon-caret {
right: -12px;
}
.header-wrapper .header .header__inline-menu .header__menu-item {
padding-left: 0 !important;
padding-right: 0 !important;
}
.header-wrapper .header .header__inline-menu {
margin-bottom: 25px !important;
}
.header__heading-link {
padding: 0 !important;
}
.index .header-wrapper .header.page-width {
align-items: center !important;
}
summary.header__menu-item.list-menu__item.link.focus-inset.hello {
margin-right: 20px !important;
}
Hope that my solution works for you.
Best regards,
Richard | PageFly
I tried that code and nothing has changed. Am I doing something wrong?
You can try again with this code.
Follow this:
Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag
.header__menu-item .icon-caret { right: -12px; } .header-wrapper .header .header__inline-menu .header__menu-item { padding-left: 0 !important; padding-right: 0 !important; } .header-wrapper .header .header__inline-menu { margin-bottom: 25px !important; } .header__heading-link { padding: 0 !important; } .index .header-wrapper .header.page-width { align-items: center !important; } summary.header__menu-item.list-menu__item.link.focus-inset.hello { margin-right: 20px !important; }Please refer to this screenshot: https://prnt.sc/afpBHc_RJbvN
This worked, thank you!
You are welcome @leighmarino ![]()
I was able to move it down a little by editing the margin:bottom to 0. If the client is OK with this I will leave it. Thank you again!
@leighmarino
in the code i sent you above please remove these 2 lines
I checked and noticed that you haven’t deleted it completely.
Because when I check on dev tool and it still shows up.
Please refer to this video: https://www.loom.com/share/bef7c63b6b1b4f4aa85d1557f2c636f8
Thanks, I removed both lines of code you suggested. What I meant was, tho, is that the menu items should stretch across the page. I originally just wanted them slightly closer together so they fit on one line, but the client would like the phone number to reach farther across the page like it was before. Also the menu and logo to be bottom justified with each other, like in this image. Is this possible?
Hi,
I am still having an issue with this - the main menu should be bottom
justified with the logo and can the space be increased a little so the menu
spreads farther across the page? I tried responding to you on the thread
but not sure if you saw it.
Thank you!
I’m so sorry I missed your message.
First, you need to remove this code that I sent you:
And replace the deleted code by this one:
.header-wrapper .header .header__inline-menu {
margin-left: 15px !important;
}
.header-wrapper .header .header__inline-menu .header__menu-item {
margin-right: 18px !important;
}
.header-wrapper .header .header__icons {
margin-left: 10px !important;
}
Thank you! Still waiting about making it bottom justified like it was
before?