inherit
212374
0
Feb 6, 2020 15:58:06 GMT -8
Jim Jamer
39
August 2014
whoopsmer
|
Post by Jim Jamer on Nov 25, 2019 17:50:03 GMT -8
For some reason, the cells are very close together, instead of there being space between them like usual. I've used these plugins together in the past for other forums, and have never had this issue.
This is the cell style for Recent Thread plugin:
#RT-parent
{
top: 150px;
}
.RTTitle-Bar
{
background-color: #cccccc;
color: red;
text-align: center;
border: 1px solid black;
}
.rtcell-spacer
{
height: 15px;
}
#announcements-cell
{
height: 100px;
border: 1px solid black;
}
#recent-threads-cell
{
height: 900px;
border: 1px solid black;
}
insert code here I tried changing the rtcell-spacer part, but it didn't do anything, so I'm guessing that's not it?
Or maybe it has something to do with redux? Thanks in advance anways lol.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Nov 26, 2019 17:59:32 GMT -8
For some reason, the cells are very close together, instead of there being space between them like usual. I've used these plugins together in the past for other forums, and have never had this issue. This is the cell style for Recent Thread plugin: #RT-parent
{
top: 150px;
}
.RTTitle-Bar
{
background-color: #cccccc;
color: red;
text-align: center;
border: 1px solid black;
}
.rtcell-spacer
{
height: 15px;
}
#announcements-cell
{
height: 100px;
border: 1px solid black;
}
#recent-threads-cell
{
height: 900px;
border: 1px solid black;
}
insert code here I tried changing the rtcell-spacer part, but it didn't do anything, so I'm guessing that's not it? Or maybe it has something to do with redux? Thanks in advance anways lol. Adding the height to .rtcell-spacer should work, but if not, remove that part and replace it with this... #RT-Master > .content { margin-bottom: 15px; }
|
|