Logo disappears intermittently when browsing
Hi, I have the latest version of the theme and building a website.
I've noticed that from time to time the logo disappears for no obvious reason. I have it set as retina as well, but still.
Few additional plugins except the default ones.
I have noticed though a max-height: 0 setting which is not right. As seen in the second image it should be 72 px.
Why it suddenly decides to change it to 0 and then back to 72 px (set by me)?
Comments
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
Also, please, turn off all of the plugins, refresh your cache and check if the issue still appears.
Thanks
Hi again, the link to the live website is https://3fn.eu/dt/начало/
No cache is used. Turned off all plugins still persists.
I tested your website for a while with Safari and Chrome on Mac, and I cannot notice this issue.
Can you tell on what browser do you have this problem?
Thanks
With Opera
It looks like some bug with Opera browser.
It will be fixed in the next update, but for now, please, put the following Custom CSS Code in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks
Hi, it's still the same. Other browsers like Chrome also do experience this problem. It's intermittently disappearing, there is no logic.
Regards,
Please, try to use the following CSS Code instead of previous one.
Thanks
This is what I did change and solved the issue:
img.scale-with-grid, #Content img {
max-width: 100%;
height: auto;
min-height: 60px!important;
}
Great to hear that you found the solution! ?
Is there anything else I could help you?
Thanks