-
Author
-
February 23, 2017 at 08:24 #153949
Vanessa
ParticipantHey 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.
February 23, 2017 at 08:26 #153950Vanessa
Participanthere’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
February 23, 2017 at 15:20 #153983Laura
ModeratorHello, 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 solutionFebruary 23, 2017 at 16:54 #154017Radu
ModeratorHi,
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 solutionFebruary 28, 2017 at 06:01 #154345Vanessa
ParticipantHi 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)February 28, 2017 at 18:01 #154383Radu
ModeratorAdd 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 solutionMarch 1, 2017 at 18:36 #154511Radu
ModeratorYou’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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.