Home › Forums › Support › Css to fix Post Custom Fields problem with theme › Reply To: Css to fix Post Custom Fields problem with theme
April 24, 2016 at 9:54 am
#188969
Lead Developer
Lead Developer
Let’s see…
ul.wpuf_customs {
margin: 0;
list-style-type: none;
}
.wpuf_customs label {
display: block;
font-weight: bold;
margin-bottom: 5px;
}
.wpuf_customs li {
margin-bottom: 20px;
}
Maybe that will help 🙂