Website Logo To Hard Left And Cart Icon To Hard Right.

Solved
Forma-uae
Tourist
19 0 2

Dear shopify community,

 

Thank you for your support in advance.

after update the theme,the code is not working again.

i would like to move my website logo again to hard left and cart,search icon to hard right, Dawn theme 12.0.0

would you mind helping me with that please?

 

thanks in advance for your assistance.

Accepted Solution (1)
Moeed
Shopify Partner
3043 757 919

This is an accepted solution.

Hey @Forma-uae 

 

Keep the previous code and add this new code above </style> in theme.liquid file

header-drawer {
    margin-left: 0 !important;
}

RESULT:

Moeed_0-1700315074267.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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 6 (6)
Moeed
Shopify Partner
3043 757 919

Hey @Forma-uae 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Forma-uae
Tourist
19 0 2

hello moeed,

thank you for your response.

actually our website is launching and working already.

 

forma.ae

 

thank you for understanding

Moeed
Shopify Partner
3043 757 919

Hey @Forma-uae 

 

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>
.header {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}
</style>

RESULT:

Moeed_0-1700314166740.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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Forma-uae
Tourist
19 0 2

WhatsApp Image 2023-11-18 at 17.36.27_1a0dec0f.jpgthank you for your help,but as you can see,when i open the website from mobile,the drawer on the left side is a little hidden,can you help me to make the same distance same as cart on right side?

thanks in advance.

Moeed
Shopify Partner
3043 757 919

This is an accepted solution.

Hey @Forma-uae 

 

Keep the previous code and add this new code above </style> in theme.liquid file

header-drawer {
    margin-left: 0 !important;
}

RESULT:

Moeed_0-1700315074267.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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Forma-uae
Tourist
19 0 2

Thank you.

solved