Archived topic
margin around seperator with id tag
3 replies · Started by Mario on June 7, 2022
Hi,
I want to reduce the margins for top and bottom of the seperator.
I found this CSS -
hr {
margin-top: 20px;
margin-bottom: 20px !important;
}
It works, but i only want to apply these reduced margins to some of the seperators..
Can you provide me with CSS that includes adding an ID tag?
Thanks,
Mario
Hi there,
Separators don't have an ID tag attached to them unfortunately.
You would need a custom class like reduced-margin to the Addtional CSS class field:
https://wordpress.org/support/article/separator-block/#advanced
Then use this CSS selector:
hr.reduced-margin
Let me know if this helps :)
Thanks Leo :)
No problem :)