Jump to content

Removing "blank" space between threads/posts


Gimpymoo

Recommended Posts

You could simply add this custom.css:

.cTopicList .ipsDataItem_main {
    padding: 5px 10px;
}

.cTopicList .ipsDataItem_main, .cTopicList .ipsDataItem_stats, .cTopicList .ipsDataItem_lastPoster, .cTopicList .ipsDataItem_generic, .cTopicList .ipsDataItem_modCheck, .cTopicList .ipsDataItem_icon {
    display: table-cell;
    padding: 5px 10px;
    vertical-align: middle;
}

It looks like this:
2.thumb.PNG.a4c9361ca5fe8d829dd105a5f33dc2dd.PNG

 

Regards

Link to comment
Share on other sites

34 minutes ago, Gimpymoo said:

Very useful, thank you. Worked a treat.

Can the same be applied to the forum list too?

Glad it worked out for you.

Indeed it can be applied with this rules.
First the forum icon has a different spacer so reduce it with this rule:

.cForumList .ipsDataList_large .ipsDataItem_icon {
    padding: 10px;
    min-width: 55px;
}

 

The general spacing can be reduced with this:

.cForumList .ipsDataList_large .ipsDataItem_main, .cForumList .ipsDataList_large .ipsDataItem_stats, .cForumList .ipsDataList_large .ipsDataItem_lastPoster, .cForumList .ipsDataList_large .ipsDataItem_generic {
    padding: 5px 10px;
}

You can adjust on the last snippet the first number in order to allow more or less space.

It does look like this:
Unbenannt.thumb.PNG.6c20ec9b367aa9b50dd30b94855e0d14.PNG

Cheers

Link to comment
Share on other sites

Thank you.

That looks soo much tidier.

No idea why they do not use that as the default layout, although I understand it is subjective.

Are there any resources I can look at so not having to pester here when needing to change stuff.

I have looked around but info seems scarce :(

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...