Solved

MOVE LOGO LEFT IN HEADER - DAWN THEME

ReggieBaby
Excursionist
43 0 10

Hello, 

 

How do I move my logo a bit to the left on the header? It is too close to the headings

 

www.reggiebaby.com.au

 

reggiepumps.myshopify.com

 

Thanks

 

Reggie

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1785 3044

This is an accepted solution.

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

 

.header__heading-link {

    margin-left: -11.25rem !important;

}

PageFlyVictor_0-1674991844715.png

 

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

banned

View solution in original post

Replies 4 (4)

Simonsron
Shopify Partner
699 87 121
@media (min-width: 990px){
.header .header__inline-menu{
    position:static !important;
    transform: translate(0, 0) !important;
}
}

find base.css!

banned

PageFly-Victor
Shopify Partner
7865 1785 3044

This is an accepted solution.

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

 

.header__heading-link {

    margin-left: -11.25rem !important;

}

PageFlyVictor_0-1674991844715.png

 

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

banned
ReggieBaby
Excursionist
43 0 10

This worked perfectly thank you so much

EcomGraduates
Shopify Partner
588 48 76

Hello there  

 

please try  

    margin-left: -11.75rem;

 

banned