Logo on top of drop down menu - mobile view - dawn theme

How do I the logo slightly to the right so that it is not ontop of the menu?

The logo is perfect on desktop view.

Thank you

Reggie

Hello @ReggieBaby ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

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

@media (max-width: 768px ) {

h1.header__heading {

margin-left: 70% !important;

}

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Unfortunately it did not work.

Can you have a look at our code

www.reggiebaby.com.au

https://reggiepumps.myshopify.com/

Thanks

Reggie

1 Like

@ReggieBaby

You can try again with this :

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag → save.

@media screen and (max-width: 767px){ h1.header__heading { margin-left: 70% !important; } }

This worked, thank you so much.

1 Like

You are welcome @ReggieBaby :blush:

Hello Pagefly-VIctor

We have realised that your code fixed the front home page however the issue still occurs on all the other pages on mobile view.

Are you able to help again please

Thanks

Reggie