MOVE LOGO LEFT IN HEADER - DAWN THEME

Solved
ReggieBaby
Excursionist
37 0 8

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)

Accepted Solutions
PageFly-Victor
Shopify Partner
6878 1404 2642

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

Please let me know if it works by giving it a like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Let’s create a unique website design with PageFly for free now! 

View solution in original post

Replies 4 (4)
Simonsron
Shopify Partner
535 68 96
@media (min-width: 990px){
.header .header__inline-menu{
    position:static !important;
    transform: translate(0, 0) !important;
}
}

find base.css!

Simonsron | Shopify Developer
- Was my reply helpful? Click Like to let me know!
- I reply you to solve the problem? If solved the tag to solve please, thank
- Hire me, if you want to design, re-design, develop a store, or made changes to the pre-built store.
PageFly-Victor
Shopify Partner
6878 1404 2642

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

Please let me know if it works by giving it a like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Let’s create a unique website design with PageFly for free now! 

EcomGraduates
Shopify Partner
449 36 49

Hello there  

 

please try  

    margin-left: -11.75rem;

 

You have a business to run. Let us handle the theme.
112+ ★★★★★ star reviews
Check Out Our New Theme -Ecomify
Do you need help building a brand?
ReggieBaby
Excursionist
37 0 8

This worked perfectly thank you so much