How do I change logo position in the header of the mobile app ? (Dawn Theme)

I have the logo position perfect on the desktop view. Unfortunately the mobile view shows the logo lower and not centered higher. Is there a custom CSS code that can help me with this ?

HI @LRAINBOW

This is Henry 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-logo-wrapper {

margin-top: -100px !important;

}

In case the above code doesn’t work please send me the page URL so I can check it more thoroughly.

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hey Henry ,

Unfortunately that code didn’t work. I will inbox you the page URL.

Regards

Can you share with me the password page

Hi @LRAINBOW

Could you share your store URL?

Messaged URL.

1 Like

I cannot see that you cut off blank space around your logo. I cannot upload image in message so I reply it here

1 Like

Hi @LRAINBOW

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.collapsible-content-wrapper-narrow {
     margin-left: auto;
    margin-right: 14%;
}
1 Like