ld762
Member
I know the SideBar width can be adjusted in the ACP but is it possible to change it programmatically?
I saw the code below in the "move sidebar to the left" article so I am thinking it could be done. But not sure how since I don't know the correct reference for the PHP variable.
I saw the code below in the "move sidebar to the left" article so I am thinking it could be done. But not sure how since I don't know the correct reference for the PHP variable.
Code:
.mainContainer
{
float: right;
margin-left: -{xen:calc '@sidebar.width + 10'}px;
margin-right: 0px;
width: 100%;
}