Tagged: logo
Hey guys!
I have 2 questions:
1) I’m trying to add my logo, it’s showing up pretty blurry — the size that i’m uploading it is: 625 X 125 But I’d like the logo to be much smaller so it looks good on the website.
2) When I reduce the size of the logo, it stays way up at the top of the website. Once the logo is reduced, how do I adjust the padding so the logo is in the proper position?
Hi Courtney,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Thanks,
Rikard
Sounds great!
login details in the Private Content section
Hey!
Please add to your CSS the following and let me know if it does fix the issue
.logo img {
max-height: auto;
}
thanks a lot for your patience
Regards,
Basilis
Hey!
I added that code to Quick CSS but it didn’t do anything.
Essentially I’d like to reduce the size of my logo (its way to big right now)
but when I do these problems happen:
I have 2 questions:
1) I’m trying to add my logo, it’s showing up pretty blurry — the size that i’m uploading it is: 625 X 125 But I’d like the logo to be much smaller so it looks good on the website.
2) When I reduce the size of the logo, it stays way up at the top of the website. Once the logo is reduced, how do I adjust the padding so the logo is in the proper position?
Hi!
For the question 1, the first I gave you it is working, I tested on debugger. Can not see a different way to do that.
2. You have to add a padding, to the .logo img class. Can you please add the logo you wanbt, so we ca provide complete CSS?
Thanks a lot
Cheers!
Basilis
Okay, what is the best way to reduce the size of the logo so it is as sharp as possible?
Hi,
your logo seems good to me. However, try this code inside of Quick CSS field:
.logo img {
width: 100% !important;
}
Best regards,
Andy