Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1187890

    Hi there,

    i tried to increase the logo to the size 900×140 px by using different Quick css modofications, all from different threads here about this topic.
    The results of this modifications are always blured logos.
    The image itself is uploaded in full size. Is it possible, that the image will be resized as soon as i set it as the logo?
    Or has anybody a Quick CSS modification that works?
    Thanks for your help

    #1188083

    Hey 91301,

    Could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    #1188216
    This reply has been marked as private.
    #1188748

    Hi,

    Thanks for that. Please try to go to the main page of the theme options and change the first file name in private, to the second, then save. Then please remove this CSS:

    .logo img {
        height: 140px;
        width: 900px;
    } 

    You might have to replace it with something like this:

    .logo img {
        height: auto !important;
        width: auto !important;
    } 

    Best regards,
    Rikard

    #1189416

    Hei Rikard, thanks again for your help.
    I replaced the quick CSS, but now the logo is only small.
    I even tried to set the haeder value to a custom heigth Number, but this has also no effect.
    Do you have any idea?

    #1189509
    This reply has been marked as private.
    #1189513

    Hi Rikard, I tried it again and it worked.
    Thank you very much.
    For my understanding: is the logo always resized, when i set it in the theme options? And then by replacing it with the original filename, the original size will be used?
    Again, thank you and best regards

    Frank

    #1189591

    Hi Frank,

    Yes that is correct, but you should be able to select the resolution of the image to be used when you pick it from the WordPress media gallery. There should be an option on the right hand side of the modal which lets you select the resolution.

    Best regards,
    Rikard

    #1191008

    I am having the same issue. It is strange, because I had a logo that was displaying as I wanted it, then I replaced it with a different image exactly the same size, and it shrunk down. Also, there are NO options on the right hand side of the modal box when choosing the image.

    #1191110

    Hi nancyT,

    Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.

    Best regards,
    Rikard

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