Heisenberg submitted a new resource:
You must be registered for see links
- Moving xenForo SideBar from Right to LeftJust 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 :
Code:.mainContainer { float: right; margin-left: -{xen:calc '@sidebar.width + 10'}px; margin-right: 0px; width: 100%; } .mainContent { margin-left: {xen:calc '@sidebar.width + 10'}px; margin-right: 0px; } .sidebar { @property "sidebar"; font-size: 11px; float: left; width:...
You must be registered for see links
