[quote=chocolate_1347]hello.. i am new here.. how can i resize the control panel box? the box with the primary pic and others?[/quote]
You can adjust the width and height of each box by changing the number of px. For example.
[quote]/* SCROLLING GROUPS BOX */
#content_8 {
padding: 2px 2px 2px 2px;
overflow: auto;
width: [b]300[/b]px;
height: [b]250[/b]px;
}[/quote]
Last edited by bobcbar (2008-10-25 10:58:11)