Thanks Josue! It all works now. Regards, Rafael
Josue,
Yes, this works if I want to change all the pages on my site, but how do I apply this styling to a specific div on my site? I have tried defining RAP_DivCompactList as a class, a div id, and nothing seems to work. What would be the class/id definition and div code on my page for this to work?
Thanks,
Rafael
Rikard,
Removing the #top does not work. I have also tried:
#RAP_DivCompactList .entry-content-wrapper li {
padding-top:0 !important;
padding-bottom:0 !important;
}
and
.entry-content-wrapper div li {
padding-top:0 !important;
padding-bottom:0 !important;
}
as well as defining a class instead of ID:
.RAP_DivCompactList{
p {
margin-top:0 !important;
margin-bottom:0 !important;
}
li {
padding-top:0 !important;
padding-bottom:0 !important;
}
}
Nothing seems to have an effect, and properties are inherited from somewhere else. I can change the li properties in Chrome browser and see the desired effects, but the styles.css changes have no effect.
Any ideas? Please see my page below.