Center logo on Enterprise mobile version

Solved

Center logo on Enterprise mobile version

BergEvent
Visitor
2 0 2

Hi! Can someone please help me centering my logo on enterprise mobile version?

My website: https://agwqx9gpmw0jm015-75243356459.shopifypreview.com

Accepted Solution (1)

Moeed
Shopify Partner
6596 1784 2169

This is an accepted solution.

Hey @BergEvent 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
.header__logo a {
    left: 5% !important;
    position: relative !important;
}
.header__logo {
    justify-content: center !important;
}
}
</style>

RESULT:

Moeed_0-1735265016303.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

DaisyVo
Shopify Partner
2830 338 392

Hi @BergEvent 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

 

Here is the code for Step 3:

 

@media screen and (max-width: 768px){
.header__logo {
    justify-content: center !important;
}
}

 

 

image (22).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

Moeed
Shopify Partner
6596 1784 2169

This is an accepted solution.

Hey @BergEvent 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
.header__logo a {
    left: 5% !important;
    position: relative !important;
}
.header__logo {
    justify-content: center !important;
}
}
</style>

RESULT:

Moeed_0-1735265016303.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Dan-From-Ryviu
Shopify Partner
10792 2133 2250

Hi @BergEvent 

Please add this code to  Custom CSS in Online Store > Themes > Customize > Theme settings 

@media (max-width: 749px) {
. header .header__logo {
    margin-left: 32px;
    justify-content: center;
}
}

Screenshot 2024-12-27 at 09.17.16.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.