How can I reposition my logo to the right on mobile view?

How can I reposition my logo to the right on mobile view?

ZephyrShop
Excursionist
53 0 6

ZephyrShop_0-1709310839445.png

How do i make it so the logo is going to be more to the right on mobile because when i click centre it just shrinks it.

 

URL: https://zephyrshop.org/

Reply 1 (1)

Moeed
Shopify Partner
4931 1301 1576

Hey @ZephyrShop 

 

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__heading-logo {
    padding-left: 15px;
}
}
</style>

RESULT:

Moeed_0-1709312089342.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
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️