XF 2.3 Description of nodes

Add this to the extra.less template:

Less:
@media (max-width: @xf-responsiveMedium) {
    .node-description {
        display: block;
    }
}
 
Back
Top Bottom