Paste
Pasted as CSS by anujasha9 ( 15 years ago )
/*find the below code in your style.css file and replace it with edited code*/
/*your code.*/
.cols01 {
display: block;
float: left;
padding: 0 10px 48px;
width: 280px;
}
.cols02 {
display: block;
float: left;
padding: 0 10px 48px;
width: 580px;
}
/***************edited code**********************/
.cols01 {
display: block;
float: left;
padding: 0 10px 48px;
width: 177px;
}
.cols02 {
display: block;
float: right;
padding: 0 10px 48px;
width: 683px;
}
Revise this Paste
Parent: 31874
Children: 74488