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

    If I use the Separator / Whitespace block after, e.g., 1/2 column section, it does not have proper top margin (should be 30px, but is 0). This is because top margins do not work after floated elements, and the flex columns are all float: left. Now, I could patch this up by adding an empty 1/1 column between the columns and the separator, but maybe you should correct this in the theme code. My suggestion is that all the Separator blocks should have an empty <div style=”clear: both”></div> before the <hr> element.

    • This topic was modified 8 years, 2 months ago by Hefio_Play.
    #688975

    Hey Elmo,

    Could you post a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #689393

    I made a test page: http://elmoallen.name/test/sample-page/

    The problem actually occurs only if I use the Short Separator style. That style removes the float: left from the Separator, after which it stops using the top margin. I don’t think that’s the intended behaviour, as if it were, the coder would have removed the top margin instead, I think.

    #690673

    Hi,

    Thanks for the heads up. We will inform our devs.

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.