Having an issue with my logo crossing over into the mega menu - www.looseleashes.com - Not sure how to increase that spacing. Any help would be greatly appreciated!
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 theme.css.
Step 3: Paste the below code at bottom of the file → Save
.Header–center .Header__FlexItem {
margin-bottom: 80px !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Thanks Victor that worked! Not sure it’s in this same area but the two rows of the mega menu are far apart, is there a way to tighten that?
You can try with this code:
.HorizontalList__Item {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
Thanks Victor!
you are welcome @Ron_Schmidt1 ![]()

