Hello,
Our logo is too close to the headings in the main menu.
Can someone help me move the logo further to the left?
Thanks
Reggie
Hello,
Our logo is too close to the headings in the main menu.
Can someone help me move the logo further to the left?
Thanks
Reggie
Hi @ReggieBaby
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save
a.header__heading-link.link.link–text.focus-inset {
margin-left: -11.25em;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Hi @ReggieBaby
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above tag
.header-item.header-item--logo {
margin-left: -20px;
}
OR
.header-item.header-item--navigation {
padding-left: 20px;
}