Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #178435

    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;
    }

    #180016

    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

    #180180

    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.

    • This reply was modified 10 years, 5 months ago by mlkg.
    #180925

    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘post_delimiter floating freely through space ;-)’ is closed to new replies.