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:
The below code will display a flag of France in the top right block of your header.
Open the ad_header template in the style(s) you are using and paste the following code. The CSS is included in the code so you can customize to suite your needs (ie: remove the box shadow for dark themes)...
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...
One of the biggest concerns with 1.2 has been how to activate the responsive design while still using AdSense.
Obviously as the various page widths are now totally dynamic, simply adding a Google ad slot in the normal manner won't work.
Once the browser width reduces below the width of the...
I decided to write out how I do my Adsense placements.
This is primarily meant to be a resource to myself for those times that I experiment and forget how to return to my defaults. I'm sharing it here for others who may want to do something similar.
The goals of this method are to achieve a...
Just add the following CSS to EXTRA.css
Admin Control Panel -> Appearance -> Styles & Templates -> Templates ( make you it's the correct style ) -> EXTRA.css
Add the contents below and save :
.mainContainer
{
float: right;
margin-left: -{xen:calc '@sidebar.width + 10'}px;
margin-right: 0px...