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

Solved

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

LRAINBOW
Tourist
4 0 1

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 ? 

 

LRAINBOW_0-1691018942189.png

 

Accepted Solutions (2)
Dan-From-Ryviu
Shopify Partner
10736 2121 2243

This is an accepted solution.

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

Screenshot 2023-08-03 at 10.46.13.png

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Made4uo-Ribe
Shopify Partner
9552 2276 2824

This is an accepted solution.

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%;
}

 

  • And Save.
  • Made4uoRibe_0-1693923444074.png

    Like this right?

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 7 (7)

PageFly-Henry
Shopify Partner
1184 335 293

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

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.

LRAINBOW
Tourist
4 0 1

Hey Henry ,

 

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

 

Regards

PageFly-Henry
Shopify Partner
1184 335 293

Can you share with me the password page

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.

Dan-From-Ryviu
Shopify Partner
10736 2121 2243

Hi @LRAINBOW 

Could you share your store URL? 

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

LRAINBOW
Tourist
4 0 1

Messaged URL. 

Dan-From-Ryviu
Shopify Partner
10736 2121 2243

This is an accepted solution.

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

Screenshot 2023-08-03 at 10.46.13.png

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Made4uo-Ribe
Shopify Partner
9552 2276 2824

This is an accepted solution.

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%;
}

 

  • And Save.
  • Made4uoRibe_0-1693923444074.png

    Like this right?

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.