I have changed the following lines of the 3col setup of the /screen/basemod.css stylesheet to
/**
* 3col template
* 123 is the default layout
* @subsection layout-template-3col
*/
/* #col1 is the main column */
.bt_3col #col1 {
float: left;
margin: 0;
width: 505px;
}
.bt_3col #col1_content {
padding: 0 10px 0 0px;
}
/* #col2 contains the left blocks */
.bt_3col #col2 {
float: left;
margin: 0;
width: 140px;
}
.bt_3col #col2_content {
padding: 0 1px 0 1px;
}
/* #col3 contains the right blocks */
.bt_3col #col3 {
float: right;
margin: 0;
width: 320px;
}
.bt_3col #col3_content {
padding: 0 0px 0 0px;
}
The rest of the stylesheet remained the same.
This changes the sizes of the blocks on all pages except the homepage.
Please can anyone tell me how to change the homepage to the same as the rest of the pages.
Kind regards
Terry
