Translations of this page:

Changing right column width

Default standard width for the sidebar / right column is 165px

Sidebar width.
width = sidebar width
margin-right = -(sidebar width + sidebar left margin)
If you're changing this values, don't forget to change:
'margin-right' in '#main_container' in file '/main/home.css'

Example changing infobar width to 330px

/interface_{custom}/main/home.css

 
#main_container {
margin-right: 340px;
}
 
#sidebar {
margin-right: -340px;
width: 330px;
}
 
customisation/design/custom_vi/advanced/right_column_width.txt · Last modified: 07/06/2011 04:49 by admin
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki