Site logo

Archived topic

How to Reduce the Top and Bottom Padding of a Separator

1 reply · Started by Data on June 5, 2020

Viewing posts 1–2 of 2

I added a Separator from the layout elements. But it is showing a lot of space on top and bottom. How to reduce its padding?

Hi there,

try adding this CSS:

hr {
    margin-top: 20px;
    margin-bottom: 20px !important;
}
This archived topic is closed to new replies.