What's your biggest current challenge? Have your say in Community Polls along the right column.

Logo on main header - DAWN theme

Logo on main header - DAWN theme

ReggieBaby
Excursionist
43 0 10

Hello, 

 

Our logo is too close to the headings in the main menu. 

 

Can someone help me move the logo further to the left?

 

www.reggiebaby.com.au

reggiepumps.myshopify.com

 

Thanks 

 

Reggie

 

 

Replies 2 (2)

PageFly-Victor
Shopify Partner
7865 1786 3120

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

syedsumaimaly
Trailblazer
147 16 22

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 </body> tag

 

.header-item.header-item--logo {
    margin-left: -20px;
}

OR

.header-item.header-item--navigation {
    padding-left: 20px;
}

syedsumaimaly_1-1695888714651.png

 

 

syedsumaimaly_0-1695888541408.png