Hi,
Since updating my site, a white gap has appeared between my header and the page content (on all pages).
Any idea why? I can’t seem to find the cause.
Thanks,
Matt
Hi Matt,
Did you make sure to activate the option to delete the old CSS and JS files under Enfold->Performance? If that doesn’t make any difference, then please include admin WordPress login details in private, so that we can have a closer look.
Best regards,
Rikard
Hi Rikard,
I am using a caching plugin, so assumed I shouldn’t activate that option, as per the advice on that page. I’ve tried it anyway and it didn’t help.
Hi,
Thanks for that. The setting you have set for the header (74 pixels) seems to be applying, but this CSS is overriding it:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 104px;
}
It’s not listing a file where it’s added though, so I’m not sure where it’s coming from. Could you try disabling your caching plugin to see if that makes any difference please?
You could also try to override the CSS above with this:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 74px !important;
}
Best regards,
Rikard