• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

XenForo 1 XenWord 3.0.2.07 Alpha Released

Gracie

Dogs Times Writer
Add padding-bottom to the div.threadListItem in the xenword-public.css to get rid of cascading of threads.

Code:
div.threadListItem {
    margin: 5px 0;
    display: block;
    padding-bottom: 5px;
}
 
  • Like
Reactions: LPH
Top