By default all BBcode tables are full width (100%) with XenForo 2.1 / 2.2.
This add-on makes it possible to use full or collapse width.
Translations
English (default)
Dutch
BBcode Help page:
Admin Options:
Set forum default to display tables:
Add extra spacing between cells if needed:
There are times where your tab width's need to be crushed down a bit to make your navbar operate in a more visually appealing way for your users who browse your site's using their devices that utilize ResponsiveNarrow renderings.
I found this useful on my site primarily for logged-in users when...
Requirements for this customizations: [SSD] Thread Info
With code below you'll change this look:
... to that:
Add code below to EXTRA.css template:
/*** Thread Info Add-on customization ***/
.ssd_threadinfo2 {
border: 0 !important;
padding: 0 !important;
background: none !important...
This resource is not affiliated with XenForo Ltd.
Another simple bit of CSS which will add an image to the navigation bar for each tab, in front of the tab text/name.
You need to know the class name for each tab.
The default ones are: home, forums, members, help.
If you are using the Nodes As...