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.
As you can see the yellow (margin) is sitting overtop of the text within the flex column above.
Thanks in advance for your help :)
Hey Briana,
Please provide a link to the site/page in question.
Best regards,
Jordan Shannon
Apologies! See private section for link.
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