Hi
I have the problem that the desktop logo is no longer displayed above a certain screen width. The problem only occurs on the homepage, not on the standard pages.
Homepage: https://www.mathelike.de
Standard page example: https://www.mathelike.de/abiturloesungen-mathematik-bayern/mathematik-abitur-bayern-2023/
Hi christianrieger, I have added the following CSS code to Tools > Custom code of your site:
@media (min-width: 1200px) { .header-transparent .d-light { display: block !important; } }
Yes, works perfect. Thank you!