Moving xenForo SideBar from Right to Left

uydudoktoru

Tanınmış Üye
Yönetici
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 :

Kod:
.mainContainer
{
float: right;
margin-left: -{xen:calc '@sidebar.width + 10'}px;
margin-right:...
 
Geri
Yukarı