Use the following in extra.lessCan I reduce the font size of the post preview text with CSS?
.siropuRecentPostsExcerpt
{
font-size: 12px;
}
XF 2 version uses a different layout. Basically, it uses the thread list layout, where in XF 1 was custom.
Add in extra.less template:
CSS:.siropuRecentPosts { .structItem-cell--main { padding-bottom: 0 !important; } .structItem-cell--latest { padding-top: 0 !important; } }
Could be style related. Does it look ok on the default style? Have you tweaked the options in the widget itself?Any idea why?
Of course, pmCan I take a look? It might need some small changes on your style.
We use essential cookies to make this site work, and optional cookies to enhance your experience.