-
Author
-
February 23, 2017 at 08:24 #153949VanessaParticipant
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.
February 23, 2017 at 15:20 #153983LauraModeratorHello, 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 solutionLaura 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 🙂
February 23, 2017 at 16:54 #154017RaduModeratorHi,
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 18:01 #154383RaduModeratorAdd 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 #154511RaduModeratorYou’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.