Archived topic
logo is missing
7 replies · Started by Sanu Kumar on October 26, 2020
When I installed WP Rocket cache plugin, the logo is missing in the mobile version and menu shows in the left side.
Is that problem coming from plugin or GP?
Hi there,
I think it would be a WP Rocket problem.
Can you disable it for me to take a closer look at the code?
Disabled, But whenever I deactivate WP Rocket, everything goes fine.
Hi there,
can you enable WP Rocket so i can take a look to see what the issue is.
Enabled
WP Rocket is scrambling some CSS which is removing the Logo.
Try adding this CSS to overcome that:
.site-logo.mobile-header-logo {
display: flex !important;
}
thank you
You're welcome