How Can I center my logo on my mobile site layout?

Solved

How Can I center my logo on my mobile site layout?

MaisonBillonDon
Explorer
87 0 15

I want to center the Logo on my mobile site layout without it affecting and moving my logo on my desktop site layout. How can I do this? I've included a photo of what my current mobile site looks like. 

 

Theme: Origin

URL: billon.maison

 

IMG_052FC72FFF99-1.jpeg

Bravo Billón
Accepted Solution (1)

DaisyVo
Shopify Partner
4436 492 586

This is an accepted solution.

Hi @MaisonBillonDon 

 

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){
body header.header h1.header__heading {
    padding-left: 0 !important;
}
}

 

image (12).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

View solution in original post

Replies 2 (2)

DaisyVo
Shopify Partner
4436 492 586

This is an accepted solution.

Hi @MaisonBillonDon 

 

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){
body header.header h1.header__heading {
    padding-left: 0 !important;
}
}

 

image (12).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
MaisonBillonDon
Explorer
87 0 15

This worked too! Thanks again 😁 @DaisyVo 

Bravo Billón