Logo resize / disappears, Pro

Hi. I’m having trouble with a header logo that seems to shrink until it disappears on larger desktop monitors. At 125-150% on Chrome it’s tiny and gone. The logo is in its own container.

Help? Thank you.

Hi There @CInno

Thanks for writing in! I have tried to login into your site, but your login credentials are invalid. First of all, please update your Pro theme to the latest version. You can see the latest version number from here with recent updates and bug fixes here (https://theme.co/changelog/) and then update your Pro theme accordingly (https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62).

Them, please make sure to clear all caches when testing your issue (https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress/).

If you’re still having issues, please update your secure note with correct login information to check your issue further.

Thanks!

Thank you. I updated the theme and cleared the cash earlier today hoping that would fix it. I see there’s a character missing from the login info. Please use the attached. Thank you!

Actually, the secure note keeps removing the character!

Hi @CInno,

Thank you for the credentials, but your site’s security feature locked me, I only have 1 attempt.



For now, let’s add a minimum width to your logo so it does not disappear, add this to your logo’s Element CSS area.

$el.x-image {
  min-width:50px !important;
}

Cheers!

Thank you, that didn’t fix the issue, unfortunately. I created a new admin user with a different password:

Hello @CInno,

I have logged in to your site and edited your header. I ended up changing the custom css into this:

$el.x-image img{
  min-width: 200px !important;
}

Check your header again.

Awesome, thank you!!

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.