Solved

Can I change the logo position on my Shopify site?

Essam1
Tourist
4 0 1

How I can change the logo Position? 

see how it looks like now 😞 😞 

www.talabiamasry.com 

Accepted Solution (1)

iCart_App
Shopify Partner
479 57 103

This is an accepted solution.

Hello @Essam1,

Hope you are doing well.

You can change the position of the logo by doing custom CSS. If you are not good at coding then please let me know at which place you want to see your logo so that I can send you the snippet.

iCart Cart Drawer Cart Upsell App


- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more visit www.identixweb.com

View solution in original post

Replies 8 (8)

Kinjaldavra
Shopify Partner
2302 570 1422

hello, @Essam1 

do you want to change your logo position to the center?

iCart_App
Shopify Partner
479 57 103

This is an accepted solution.

Hello @Essam1,

Hope you are doing well.

You can change the position of the logo by doing custom CSS. If you are not good at coding then please let me know at which place you want to see your logo so that I can send you the snippet.

iCart Cart Drawer Cart Upsell App


- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more visit www.identixweb.com
Essam1
Tourist
4 0 1

Hi there,  

I wanna the logo to be on the top left side. 

thank you 

iCart_App
Shopify Partner
479 57 103

Hello @Essam1,

Please add the below CSS in your theme.scss.css file at the bottom.

h1.header-logo {
    margin-top: -44px !important;
}

iCart Cart Drawer Cart Upsell App


- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more visit www.identixweb.com
iCart_App
Shopify Partner
479 57 103

@Essam1,

 

Add this one too!

@media screen and (max-width: 768px){
h1.header-logo {
    margin-top: 0px !important;
}
}

iCart Cart Drawer Cart Upsell App


- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more visit www.identixweb.com
Essam1
Tourist
4 0 1

 

Essam1_0-1637164455835.png

 

iCart_App
Shopify Partner
479 57 103

Hello @Essam1,

Could you please send me the screenshot where you have added the CSS?

iCart Cart Drawer Cart Upsell App


- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
- To learn more visit www.identixweb.com
Essam1
Tourist
4 0 1

Essam1_0-1637261324673.png