How can I change the logo position on my website?

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