This resource is not affiliated with XenForo Ltd.
These are some page templates you can use for your team/staff page.
They have been created using the default CSS classes so will automatically update for each style.
There is some additional CSS in each file to complement the default CSS in...
Table of contents:
Intro
Conventional Installation
The problem
The solution (with an example)
Upgrading/Whats the point to organizing like this?
Checking for outdated templates
Summary
Video
Hey everyone, today I'm going to walk through proper theme installation. Not everyone may agree, but...
So, I've been making styles for XenForo for over 2 years now and have some experience to share with you, my beloved style makers.
Requirements for readers:
You need a basic understanding of html and css. Internet has a lot of resources devoted to this topic.
Desire to study.
Where to start...
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...