Re: Logo position

Solved

How can I change the logo position on my website?

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
615 59 111

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


- If you find the solution helpful, please accept and like it
- To learn more visit www.identixweb.com

View solution in original post

Replies 8 (8)

Kinjaldavra
Shopify Partner
2302 570 1426

hello, @Essam1 

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

iCart_App
Shopify Partner
615 59 111

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


- If you find the solution helpful, please accept and like it
- 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
615 59 111

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


- If you find the solution helpful, please accept and like it
- To learn more visit www.identixweb.com
iCart_App
Shopify Partner
615 59 111

@Essam1,

 

Add this one too!

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

iCart Cart Drawer Cart Upsell App


- If you find the solution helpful, please accept and like it
- To learn more visit www.identixweb.com
Essam1
Tourist
4 0 1

 

Essam1_0-1637164455835.png

 

iCart_App
Shopify Partner
615 59 111

Hello @Essam1,

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

iCart Cart Drawer Cart Upsell App


- If you find the solution helpful, please accept and like it
- To learn more visit www.identixweb.com
Essam1
Tourist
4 0 1

Essam1_0-1637261324673.png