New Landing How can we help? Cardinal Logo Image with Messed Up Width and Height at Different Sizes

Viewing 15 posts - 1 through 15 (of 18 total)
  • Posted in: Cardinal
  • #100851
    Anonymous
    Inactive

    I uploaded a logo with 600×126, so I can use with retina too!

    But, when I specify the maximum height (70px) the image is squeezed:

    Squeezed at Full Size

    And still squeezed in a smaller resolution:

    Squeezed at Medium Size

    Too Big at a even smaller:

    Too Big

    And Too Small at mobile:

    Too Small

    Basically the CSS calculation is not working very well for Images. So, How do I fix that? ๐Ÿ™

    #100984
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please try upload a separate, half-size image for the normal logo. Set the max height to be the exact height of your normal logo

    – Kyle

    #100985
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Also please provide a link to make it easier for me to resolve

    – Kyle

    #101078
    Anonymous
    Inactive

    In fact is something with the CSS calculation! I solved half of the problem with this:

    Full Width Squeezed FIX

    .full-center #logo {
        max-width: 100%;
    }
    
    #logo.has-img a > img {
        padding: 1px;
    }

    Low Resolution “Too Big” FIX

    #mobile-logo.has-img {
        max-width: 28%;
    }

    But I can’t solve the “Too Small” issues. I believe the logo (image) CSS needs a review. Maybe something with the “Media Type” rule, ’cause no matter the size, those problems still there with the current CSS.

    #101084
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The screenshot that shows the logo on small screens does not look too small to me? The height needs to fit the heigt of the header

    – Kyle

    #101087
    Anonymous
    Inactive

    When I fix the “Too Big” issue, the “Too Small” becomes even smaller:

    Even Smaller

    The header should change the height, just a little bit, so the logo can fit better. Maybe a option to upload a logo specific for Mobile could help.

    Oh… and when I change for Bright Design to Bold Design, the logo changes a lil’ bit too.

    #101088
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please could you provide me with a login, it will be quicker for me to sort out for you

    – Kyle

    #101094
    Anonymous
    Inactive
    This reply has been marked as private.
    #101098
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    That’s not working for me

    – Kyle

    #101105
    Anonymous
    Inactive
    This reply has been marked as private.
    #101116
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You’re site is being really slow, it’s hard for me to work on. I’d highly recommend upgrading your host

    I’ve added some custom css to make the max width 75%, this should increase the logo size on mobile

    – Kyle

    #101119
    Anonymous
    Inactive

    I see here, but doesn’t solves the “Squeezed” and the “Too Big”.

    Would be better work with “Media Type” Rules, so each resolution uses a different size. The current way uses the same for cellphones and some tablets resolutions, that’s the problem. ๐Ÿ™

    And about the speed… I was changing the Options Panel at same time that you, LOL, my bad.

    #101125
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I see you’re using the same image for normal logo and retina logo, please do what I said and upload a half-sized logo for the normal logo

    – Kyle

    #101142
    Anonymous
    Inactive

    I upload a new one, smaller, but the “Squeezed” issue only solves with:

    .full-center #logo {
        max-width: 100%;
    }

    And the “Mobile Headers” needs some adjusts of padding, ’cause the current crops the logo borders a little bit and the bottom has no space, so becomes ugly.

    But I’ll try to solve all of this here… thanks.

    #101148
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’m not seeing any of these issues, looks perfect to me on all screen sizes (see screenshots)

    – Kyle

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1 through 15 (of 18 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register