For the curve theme it goes like that:
Open themes/curve/style.css and
FIND
REPLACE WITH
[code]
.thumbnails {
position: relative;
background: #EFEFEF ;
padding: 5px;...
Open themes/curve/style.css and
FIND
Code: [Select]
.thumbnails {
background: #EFEFEF ;
padding: 5px;
}
REPLACE WITH
[code]
.thumbnails {
position: relative;
background: #EFEFEF ;
padding: 5px;...