Tagged: logo
-
AuthorPosts
-
June 17, 2016 at 5:52 pm #649914
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?
June 19, 2016 at 10:30 am #650388Hi 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,
RikardJune 21, 2016 at 3:59 am #651208Sounds great!
login details in the Private Content section
June 21, 2016 at 7:10 am #651301Hey!
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,
BasilisJune 22, 2016 at 5:40 pm #652285Hey!
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?
June 22, 2016 at 10:03 pm #652385Hi!
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!
BasilisJune 24, 2016 at 6:43 pm #653141Okay, what is the best way to reduce the size of the logo so it is as sharp as possible?
June 28, 2016 at 5:12 pm #654299Hi,
your logo seems good to me. However, try this code inside of Quick CSS field:
.logo img { width: 100% !important; }Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.
