Footer widgets
Hi There,
I want to change the size of the widget to 3 instead of 4 which would inturn increase the size of the column.
I have changed :
.footer_main_res div.column {
float:left;
margin:0;
padding:24px 20px 15px 15px;
width:200px;
}
... to:
.footer_main_res div.column {
float:left;
margin:0;
padding:24px 20px 15px 15px;
width:278px;
}
But that doesnt work?
Kindly help! Thanks