Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #649914
    #650388

    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

    #651208

    Sounds great!

    login details in the Private Content section

    #651301

    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

    #652285

    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?

    #652385

    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

    #653141

    Okay, what is the best way to reduce the size of the logo so it is as sharp as possible?

    #654299

    Hi,

    your logo seems good to me. However, try this code inside of Quick CSS field:

    .logo img {
    width: 100% !important;
    }
    

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.