Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1181076

    hi my logo on my website is showing up small. The file i uploaded is 581 by 177 pixels but the logo is not showing up that size or even adjusted to fit the area. I have both a transparent a regular logo that are doing this.

    #1181462

    Hey darrenheld2,

    Please have a look at the following thread:
    https://kriesi.at/support/topic/larger-logo-in-header/

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1181894

    When i change the size of the header the logo stays the same size. That didnt do anything sadly.

    #1182128

    Hi,

    Add this to quick css:

    .logo a img{
    min-width:450px!important;
    }

    Best regards,
    Jordan Shannon

    #1182165

    added that but nothing changed for the logo

    #1182186

    Hi,

    Did you add to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1183656

    hi, so the logo is now showing up but it is pixelated. the file i uploaded is 581 by 177 pixels. it also does not adapt any more when viewed on a smaller screen like a phone or tablet

    #1184171

    Hi,

    It seems like your current logo is resized to 300x91px. Could you please try re-uploading your logo and choose full size – https://imgur.com/a/Z8pzGOd ?

    Best regards,
    Yigit

    #1184355

    i dont see an option to select the size when uploading or change once uploaded. my logo is sized Dimensions: 581 by 177 pixels – picture https://imgur.com/Dh8vElh & https://imgur.com/JDwrO90

    #1184489

    Hi,

    Could you please create temporary admin logins and post them here privately so we can look into it? :)

    Best regards,
    Yigit

    #1184617

    sure-private

    #1184910

    Hi,

    Thanks for that. I changed the resolution of your logos to the original upload size, and it’s looks fine now. Please review your site.

    Best regards,
    Rikard

    #1185446

    wow. it looks perfect on desktop. on mobile the logo is stretching all weird and long.

    #1185538

    Hi,

    Thanks for the update, that is likely because of the CSS Jordan gave you. Please try changing it to this instead:

    @media only screen and (min-width: 768px) {
    .logo a img{
      min-width: 450px !important;
    }
    }

    Best regards,
    Rikard

    #1185859

    good now. thanks

    #1185866

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Logo is smaller than expected’ is closed to new replies.