aleheroix |
05-17-2014 07:02 PM |
Forum Borders / Gridlines
*I've moved to a new thread in the correct forum, please delete this thread*
Hi, I've asked vBulletin and they've directed me here, as it isn't a minor customisation apparently.
I have been using the following code to add border lines to the forum module on the forum page and sub forum pages :
Code:
.forum-list-container { border-spacing: 3px; }
.topic-list-container { background: none repeat scroll 0 0 #B6B6B8; border-spacing: 3px; }
Putting that (on fresh install) however causes the lines to appear out of place, and independent of the frontend structure of the forum you see on your page. See below...
https://vborg.vbsupport.ru/external/2014/05/19.png
https://vborg.vbsupport.ru/external/2014/05/20.png
Now, I have been told by support that...
"it exists to house the rss feed icon when it is enabled, and it's showing like that because the style is designed not to have table borders...putting the borders in shows the table." (Ticketid: 1257733)
Traditionally forums have lines on them, its just something that should be optional, which it isn't in vB5. :confused:
Code:
.cell-count {
padding-left: 5px !important;
}
.cell-lastpost {
padding-left: 5px !important;
}
If this code worked (which it doesn't) I would probably be able to make do, but on topics page, we would still need to address the issue of the extra (empty) column.
|