New Landing How can we help? Cardinal Logo squashed

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Cardinal
  • #214376
    deejayhart
    Member
    Post count: 239

    Hi there – why is my logo squashed on an iPad? How can I fix, ideally without CSS but want both options. Ta.

    #214401
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    In Theme Options > Mobile Header Options, change it to iPad portrait so that the mobile header activates earlier

    – Kyle

    #214414
    deejayhart
    Member
    Post count: 239

    I don’t want the mobile menu on iPad! There is sufficient space for the full nav. So can you please explain how to keep the size without it being squashed?

    Thanks.

    #214419
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Doesn’t look like there’s enough space to me? http://d.pr/i/1iduc/4HnRue5P

    – Kyle

    #214446
    deejayhart
    Member
    Post count: 239

    Here is my ipad acreenshot. There is certainly sufficient room.

    Attachments:
    You must be logged in to view attached files.
    #214474
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    You will need to use this:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px)  {
       .full-center #logo.has-img a > img {
          height: 47px;
          max-height: 35px;
          height: auto;
       }
    }

    Max height is a fail safe for the sizing and corresponds to your retina image height.

    Thanks,
    David.

    #214480
    deejayhart
    Member
    Post count: 239
    This reply has been marked as private.
    #214487
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Dan,

    You copied in an error in the CSS. This > had been converted into a HTML entity which is not good in CSS.

    That media query was specifically for tablet iPad landscape/portrait size, looks like you need a more generic override.

    Please take a look now, I have modified it to this and it’s look normal again:

    .full-center #logo.has-img a > img {
        height: auto!important;
        max-height: 47px!important;
    }
    

    – David.

    #214488
    deejayhart
    Member
    Post count: 239

    Thanks very much – most helpful.

    #214491
    David Martin – Support
    Moderator
    Post count: 20834

    Happy to help you out!
    -David.

Viewing 10 posts - 1 through 10 (of 10 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