Empty space
-
Hi everyone,
All of a sudden there’s this huge empty space on my blog pages. Does anyone have any idea how to fix this? I didn’t really change anything?
Examples: http://www.kinoautomat.com, https://kinoautomat.com/centrale-kinoagenda-gent/, https://kinoautomat.com/contact/, …
Thanks for your help!
The blog I need help with is: (visible only to logged in users)
-
Sort of a band-aid fix, but if you add:
.singular.no-featured-image .entry-header { margin-top: -444px; }to your CSS in your theme, it will produce this:
Which I assume is what you’re looking for.
Hope this helps :)
-
Oh, nevermind. I figured it out.
It was a problem with your CSS moving your divs around at different screen sizes. What you need to add is
.singular .site-main > [id*="post-"]:not(.pingback), .attachment .site-main > [id*="post-"]:not(.pingback) { padding-top: -400px; }This will make it so your div adjusts no matter what screen size you have.
Here’s an example video I made using your site:
Let me know if you have any questions.
-
Do you have a page cache running? Have you tried emptying it? It just looks like something was once there, like an image or something
This code will also work
.singular .site-main > [id*="post-"]:not(.pingback) { padding-top: 0px !important; } -
-
-
-
- The topic ‘Empty space’ is closed to new replies.
