Resize Logo

Good morning
I would like to understand how to reduce the space dedicated to the logo and how to reduce the space between the logo and the top bar.
I tried to edit the css but it didn’t help, just as it didn’t help reduce the jpg image.
Thank you.

The site: https://www.dollmadeinjapan.net/

hey there

Please add this CSS in appearance - customize - additional CSS

#logo {
    padding: 10px 0 20px 0;
}

Thanks!
Colorlib Support Team

Here?
I seem to have tried days ago but it didn’t work.

Hi

You still have 50px in the code, lower them to the 10px or less :slight_smile:

#logo {
padding: 10px 0 20px 0;
text-align: center;
}

Ok, now is 10 and 20, but the logo is still big :frowning:
What am I doing wrong? :(((

Hey there

Well, this problem “logo is still big” - is a different problem and all you need in this case is to just resize the log and use a smaller version of the logo image :slight_smile:

I would like to, but no. I had already tried, but the height does not change. If you reduce the size, the image grains, because the height set remains the same, even if I changed the css.
I’m willing to privately give you access to check. :slight_smile:

Hi

Well, I think you are badly resizing logo but, anyway, here is the code that will seize your logo by custom CSS:

#logo img {
    width: 80%;
}

Perfect, now it works! :slight_smile: Thank you!

Hi, there

I will close this case now, Feel free to contact us again if you have other questions

Thanks!