This topic has 7 replies, 3 voices, and was last updated 9 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

    here’s an example. I’ve reproved in Safari, Firefox, Chrome (all latest versions). I’ve attached screenshots showing Firefox and Chrome.

    When I scroll down and up again the logo is the correct size

    #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
    #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

    Hi there, unfortunately this didn’t fix the problem.
    Check out http://www.crossdresserheaven.com to see it. It repros first time incognito window is loaded. Close the incognito and load again to see (it doesn’t repro on refresh)

    #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?