Problem sort of fixed through adding the <div>-tags around <?php the_content() ?>
. I guess I’ll have to stop being so strict on my sourcecode. I always like to have the smallest bit of HTML in my page, and have it totally designed by CSS. (For obvious reasons and also as a training for myself)
So, confirmed that the div-fix works (: Thanks again.
@taxpolicy, try to add <div></div>
around <?php the_content() ?>
in your theme’s HTML. It’s not totally the answer I was looking for tbh, but for the design/looks of it it works like a charm.
Cheers ??