New Landing How can we help? Cardinal Mobile header logo distortion

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Cardinal
  • #118119
    Joni
    Member
    Post count: 52

    Hi,

    Attached is my header in three different screen sizes. The mobile headers show some peculiar behaviour that I’m hoping to solve.

    In tablet view, the logo is squeezed and in mobile, the bottom gets cut out.

    Any idea what’s going on?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #118184
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Have you added a logo max height in theme options?

    – Kyle

    #118201
    Joni
    Member
    Post count: 52

    Yes,
    The image size is 25px and the header is now set so that the max logo height in 25 + 40px padding on top and bottom = 105px that is now the container height.

    #118202
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The logo is fine for me at all sizes? I do not see any cropping of the logo

    – Kyle

    #118209
    Joni
    Member
    Post count: 52

    Strange. It behaves this way on my desktop browser (chrome) when I resize the browser window as well as with devices (iPad & iPhone)

    #118300
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you add the code below to your custom css option?

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

    -Rui

    #118443
    Joni
    Member
    Post count: 52

    Thanks Rui, that fixed the tablet view, but mobile still cut the logo from the bottom.

    Attachments:
    You must be logged in to view attached files.
    #118847
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you try to add the code below.
    Also clear the browser cache.

    
    #mobile-logo.has-img {
    height: 20px!important;
    }

    -Rui

    #118852
    Joni
    Member
    Post count: 52

    Hi,
    Still the same issue.

    #118911
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Send you the wrong css property.

    Try this one

    
    #mobile-logo.has-img a {
    line-height: 20px!important;
    }
    

    This is how it looks
    https://www.dropbox.com/s/wdg4vp58cm434ca/2014-10-09%2014.30.33.png?dl=0

    -Rui

    #118985
    Joni
    Member
    Post count: 52

    Great, that one did it.
    Thanks again!

    #118989
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. No problem.
    -Rui

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.