Announcement
Collapse
No announcement yet.
Forum Category Spacing on Homepage (no template editing required and vBCloud compatible)
Collapse
X
-
dasgrid, you didn't follow Step 2.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
Unfortunately you can't because the whole thing is using a single table. The CSS code just made a false impression that it is using multiple tables but it is using a single table under the hood. As with any other tables, the corners of the cells cannot be made round.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
I found the fix. Change the -29px in this line to -6pxOriginally posted by Mitch View PostThis is happening on all devices and views
}
#forum-tab.forum-category-spacing .subforum-list.forum-item-last > td:after {
margin-left: -29px;
And change the -29px in this line to -5px in this line and that fixes the alignment
}
#forum-tab.forum-category-spacing .subforum-list.forum-item-last table {
border-left: 1px solid #C9CED2;
margin: -18px 0 -14px -5px;
- Top
- Translate
- Bottom
- Likes 3
Comment
-
Originally posted by WatchSteve View Post
I found the fix. Change the -29px in this line to -6px
}
#forum-tab.forum-category-spacing .subforum-list.forum-item-last > td:after {
margin-left: -29px;
And change the -29px in this line to -5px in this line and that fixes the alignment
}
#forum-tab.forum-category-spacing .subforum-list.forum-item-last table {
border-left: 1px solid #C9CED2;
margin: -18px 0 -14px -5px;
Nice job... That worked just beautiful. Thanks for spending the time to figure it out
- Top
- Translate
- Bottom
- Likes 2
Comment
Latest Posts
Collapse
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Comment