Support Forum

Recent Forum Posts Widget… how to add "format" ?

CA Carlos
Carlos
Member

Hello

I´m trying to put the recents posts widget like the one on this forum but no luck… 

The avatar comes to the top, and i would like to have it like the sp forum….

 

This is the widget (as you can see the avatar is on the top)
Sin-título.jpg

 

 

 

This is the config of the plugin

Sin-título-2.jpg

 

 

 

This is the way i would like to have it

Sin-título-3.jpg

What show i do?

1 Answer

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

You do really need to provide your own CSS/styling. This is not something we can easily do as all WP themes are different and there will be all kinds of styles defined that will effect the final outcome. For reference, however, these are the specific styles we are using here:

.widget-wrapper .spAvatar {
    padding-bottom: 3px;
    float: left;
}
.spListItemTag img {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

Note: These go in your WP theme stylesheet – remember the forum stylesheets are not loaded outside of forum pages.