How can I change the logo position on my website?

How I can change the logo Position?

see how it looks like now :disappointed_face: :disappointed_face:

www.talabiamasry.com

1 Like

hello, @Essam1

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

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.

Hi there,

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

thank you

Hello @Essam1 ,

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

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

@Essam1 ,

Add this one too!

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

Hello @Essam1 ,

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