Private: Home › Forums › WordPress Themes › Metropolis – Clean Multipurpose WordPress Theme › List styling disabled, custom code required › Reply To: List styling disabled, custom code required
April 15, 2015 at 12:35 pm
#2764
Participant
Hello,
Could you use the following CSS code and see if it gets any better?
.content-wrapper p {
padding: 10px 0;
}
.content-wrapper div p:first-of-type {
padding-top: 0px;
}
.content-wrapper div ul {
padding-left: 15px;
}
You can post links to pages which need formatting here and I will write you a custom CSS code for styling those pages.
Robert