Hi!
When using the Layout Builders’ element “Blog Entries”, then there is a post_delimiter displayed at arbitrary positions – anywhere left in the free space, but not between two posts :-)
The issue is seen on the enfold demo page, too: http://kriesi.at/themes/enfold/blog/blog-single-author-full/
There is a funny style tag in layout.css for .post_delimiter, which might explain why it left of it’s position… :)
#top .fullsize .template-blog .post_delimiter {
border-bottom-style: solid;
border-bottom-width: 1px;
left: -1500px;
max-width: 3000px;
position: relative;
width: 3000px;
}
Hi Rolf!
This is on purpose as far as I know to keep that specific layout more minimal.
You could of course add your own css to replace it in the custom.css or Quick CSS field if you wanted it to show.
Cheers!
Devin
But it’s a little weird. One normally would put them away with display:none, not by putting them 1500px to the left. :-D On my iMac, they are shown due to the big screen.
Under some circumstances you don’t want to use display:none and will instead shift something to be off the visible area.
If its an issue for you adding the display:none declaration should be fine.