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

    I am trying to set the margin of my short seperator so the space above and below are equal but for some reason the top margin on my separators (which are not within a flex column) are sitting on top of /overlapping the flex column that comes before it so the spacing is off.

    I tried adding clear:both but to no avail.

    Overlapping margin

    As you can see the yellow (margin) is sitting overtop of the text within the flex column above.

    Thanks in advance for your help :)

    • This topic was modified 7 years, 6 months ago by Briana. Reason: Note: this is a desktop screenshot simulating the size of a tablet for responsive tweaks :)
    #779822

    Hey Briana,

    Please provide a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #780218

    Apologies! See private section for link.

    #780316

    Hi,

    First off, thanks for using our theme :)

    You can fix it just changing the margin by padding with this code:

    .hr-short {
        margin: 0 !important;
        padding: 30px 0 !important;
    }
    

    Best regards,
    John Torvik

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