White space
-
White space after header – content not showing properly
Hi everyone,
I’m experiencing an issue on my WordPress site: there’s a large white space right after the header, and no content is visible below. When I inspect the page using the browser’s developer tools, I see a
.sticky-element-placeholderdiv that seems to be causing the gap.I tried hiding it with this CSS:
.sticky-element-placeholder {
display: none !important;
}That removes the placeholder, but it still causes a weird jump or layout shift that breaks the page structure.
I’m using the Sticky Menu (or Anything!) plugin, so I suspect it might be related, but I’m not sure how to fix it properly without affecting the sticky behavior.
Has anyone experienced this before or knows how to resolve it? Any help would be much appreciated!
The website is:
https://jardinerosmurcia.es/Thanks in advance.
The page I need help with: [log in to see the link]
The topic ‘White space’ is closed to new replies.