code not rendering correctly - Posted (659 Views)
Forum Administrator
HuwR
Posts: 4770
4770

Adding code tags does not appear to render correctly, could be an isssue with bb tag replacment perhaps

    .subforum-column {
margin-bottom: 0px;
}
.subforum-info.subforum-column {
margin-top:0px;
margin-bottom: 3px;
}

 

Should be multiline

 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Forum Administrator
HuwR
Posts: 4770
4770

ok, that's odd. Format is ok here. Must be something else in the post causing it!

Posted
Forum Administrator
HuwR
Posts: 4770
4770

You can change it easily, to remove the gaps (like below) you just need to add some css



I just added this css override 😃

    .subforum-column {
margin-bottom: 0px;
}
.subforum-info.subforum-column {
margin-top:0px;
margin-bottom: 3px;
}
Posted
Forum Administrator
HuwR
Posts: 4770
4770

OK, something in the post is causing the issue

Posted
Forum Administrator
HuwR
Posts: 4770
4770

looks like it was just a glitch, seems to be ok now