What is the method for adding spacing between the logo and header navigation in the Dawn theme?
Hi @zanlio ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file
.header:not(.header--middle-left,.header--middle-center) .header__inline-menu {
padding-top: 10px;
}
Note: You can chang the px value to match your store.
Hope my answer will help you.
Thank you, it’s exactly what I meant