Forums › Forums › Feature Requests › Styled List Padding › Reply To: Styled List Padding
-
Hi @DanielWRasmus ! We’ve decided against introducing padding settings to the styled list for now. However, if you want to have some padding right after every instance of the styled list block, you may add the following custom CSS code:
.ub_styled_list {
padding-bottom: 20px; //other values could also work here
}Please refer to this guide while adding custom CSS.