Hello,
although there selectors available to customize the different parts of the posts, I still need to go to the browser inspector to find out the hyrarchy. An example of what I mean is:
this:
.uposts-object li {
border: 1px solid black;
height: 200px;
width: 800px;
}
.uposts-object li .content {
margin-left: 20px;
}
.uposts-object li .thumbnail {
border: 1px solid black;
height: 200px;
width: 200px;
float: left;
padding-top: 0px;
}
AND This:
.upfront-output-posts > ul li, .upfront_posts-list > ul li, .upfront_posts-single > ul li, li.uf-post {
padding: 0 !important;
}
.uposts-part.thumbnail img {
margin-top: 0 !important;
}
I know the actual class is shown in the “edit html” option, but might as well be shown as selector as the css selctors are
ul and
li in this case…
Thanks
Frenk