Paste
Pasted as Plain Text by uadigital.tv ( 12 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: 31875
Children: 74489