- Compatible XF 2.x versions
- 2.0
- Additional requirements
- EXTRA.less
- Visible branding
- No
Hi,
Today I share a tutorial under xenForo 2.0 : align the titles of your blocks in the sidebar!
Add this code in your template EXTRA.less :
Screen :
If you have questions I am here!
Today I share a tutorial under xenForo 2.0 : align the titles of your blocks in the sidebar!
Add this code in your template EXTRA.less :
Code:
/*aligns the text of the sidebars blocks*/
.block-minorHeader {
text-align:center;
}
Screen :
If you have questions I am here!