This topic has 7 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #153949
     Vanessa
    Participant

    Hey there,

     

    I notice the retina logo doesn’t resize properly, and sometimes remains large depending on what appears to be order of items loaded on the page. This messes with the entire look of the page.

    Take a look at the site below, refresh a few times from incognito window to see that sometimes the logo is small, sometimes large.

    #153950
     Vanessa
    Participant
    This reply has been set as private.
    #153983
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #154017
     Radu
    Moderator

    Hi,

    Maybe the logo it’s too wide in this case use this CSS

    COPY CODE
    
    @media(min-width:991px) {
            strong.logo.retina-logo {
            width: 263px;
            margin: 0;
        }
    }
    
    @media(min-width:1200px) {
            strong.logo.retina-logo {
            width: initial !important;
            margin: 0;
        }
    }
    

    The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #154345
     Vanessa
    Participant
    This reply has been set as private.
    #154383
     Radu
    Moderator

    Add also this CSS

    COPY CODE
    
    .kleo-main-header img#logo_img { max-width: 357px; }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #154439
     Vanessa
    Participant

    Magic that worked, thank you!

    #154511
     Radu
    Moderator

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?