![[prva.gif]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjstJIbIrsf0PLozdvdVrDsocrcS8YybiuupIK4YYXG4mTPWSfLSm24EqdMrrFXPtlPlcjEkfPl4_5IuB9jJjXUmJ8moHTCqrCBVMNZ9kI6_j_5d8Mr2sL2gle7s2G9bfZGPu39T0nH1zwo/s400/prva.gif)
..in DESIGN ► EDIT HTML ► find this part:
.sidebar .widget, .main .widget {
background:#000000;
border:2px solid #681f10;
margin:0 0 1.5em;
padding:5px 7px 5px 7px;
}
...you have to split those two widgets (read the tat carefully), so they'll look like this:
.sidebar .widget {
background:#000000;
border:2px solid #681f10;
margin:0 0 1.5em;
padding:5px 7px 5px 7px;
}
.main .widget {
margin:0 0 1.5em;
padding:5px 7px 5px 7px;
}
Credits. pocket
Post a Comment