also where is the setting to move the sidebar to the right so i can save a little space that isnt being used?
to make it smaller its in the
style manager ---> your style --> CSS templates ---> sidebar.css --> #sidebar_container (Its the 4th from the bottom of the template )
PHP Code:
#sidebar_container > ul {
background:{vb:stylevar sidebar_background};
border:{vb:stylevar sidebar_border};
-moz-border-radius:{vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
-moz-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
float:{vb:stylevar left};
width:90%;
}
I made mine 90% and it worked. Not sure if there is another way and I would like to know how to move it to the right as well.