KSA Well-known member Licensed customer Dec 1, 2017 #1 Im having a hard time trying to remove gaps b/t categories and gaps b/t forums within same category. I would appreciate if someone can point out the right codes or if there is away to do it through style property.
Im having a hard time trying to remove gaps b/t categories and gaps b/t forums within same category. I would appreciate if someone can point out the right codes or if there is away to do it through style property.
Mike XenForo developer Staff member Licensed customer Dec 1, 2017 #2 We'd probably need to see a screenshot of what you're referring to -- as well as a screenshot of what your node tree looks like. Upvote 0 Downvote
We'd probably need to see a screenshot of what you're referring to -- as well as a screenshot of what your node tree looks like.
KSA Well-known member Licensed customer Dec 3, 2017 #3 The gap/ space that separate category from each other. I want stick them all together. Upvote 0 Downvote
KSA Well-known member Licensed customer Dec 3, 2017 #4 The one who moved my thread here did not bother to help me out! LOL Upvote 0 Downvote
N Neutral Singh Well-known member Licensed customer Dec 3, 2017 #5 Put the following in the EXTRA.less CSS: .block { margin-bottom: XXpx; } *where XX is a variable to suit your taste... Upvote 0 Downvote
Put the following in the EXTRA.less CSS: .block { margin-bottom: XXpx; } *where XX is a variable to suit your taste...
KSA Well-known member Licensed customer Dec 3, 2017 #6 Thanks but that is going to apply for every block in the forum It should look something like .forum .block or .node . block. Upvote 0 Downvote
Thanks but that is going to apply for every block in the forum It should look something like .forum .block or .node . block.
Bryan Active member Licensed customer Dec 4, 2017 #7 CSS: .template-forum_list .block--category { margin-bottom: XXpx; } Upvote 0 Downvote