Reply To: Css to fix Post Custom Fields problem with theme

Home Forums Support Css to fix Post Custom Fields problem with theme Reply To: Css to fix Post Custom Fields problem with theme

Home Forums Support Css to fix Post Custom Fields problem with theme Reply To: Css to fix Post Custom Fields problem with theme

#188969
Tom
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 🙂