New Landing How can we help? Cardinal Logo height is fixed and needs to be responsive

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #120929
    djigoboom
    Member
    Post count: 30

    Hi,

    This theme is awesome! I really like how it’s put together. I am having an issue with the logo be squished horizontally because the logo height stays the same (51px) if the width of the browser or becomes smaller.

    The logo is 300px x 51px at a screen width of 1349px or greater. However when we drag the frame of the browser to shrink the width, the logo height remains at 51px. This happens before the landscape breakpoint for the theme.

    So when we shrink the width of the browser to 1025px, the logo is squished to 213px x 51px. We want it to maintain an aspect ratio of roughly 6/1 so that it will resize responsively to 213 x 36 at a screen width of 1025px.

    Please advise.

    Thank you!

    #120961
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please provide me with a login so I can check your settings

    – Kyle

    #121155
    djigoboom
    Member
    Post count: 30
    This reply has been marked as private.
    #121180
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    
    @media only screen and (min-width: 1025px) and (max-width: 1200px) {
        .full-center #logo.has-img a > img {
           height: 36px!important;
        }
    
    }

    -Rui

    #121192
    djigoboom
    Member
    Post count: 30

    That didn’t work.

    #121354
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you check again. It was something wrong in the pasted code on your custom css options.

    -Rui

    #121632
    djigoboom
    Member
    Post count: 30
    This reply has been marked as private.
    #121635
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Will have to forward to the development team.
    Let’s wait for the reply.

    -Rui

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