Hello,
I want to replace my logo with new one but to fit on my bar (because it change the hight) i want to stay the same size but to fit on my header.
Thanks for the help
Hello,
I want to replace my logo with new one but to fit on my bar (because it change the hight) i want to stay the same size but to fit on my header.
Thanks for the help
Add This Css In your Edite code > base.css File
.header__heading-logo-wrapper {
max-width: 220px !important;
height: auto;
}
And Than Put Your Orignal Logo.
Ok your image is Big size please cut out of her border and then put
And Add My New Css on Old css
.header__heading-logo-wrapper {
max-width: 100px !important;
height: auto;
}