Forum speaking:
In index.php of template you have this code:
Code:
// advert1-4 modules width
if($uppermodules) {
$advert_width = 0;
$advert_width = ($templateWidth - (($uppermodules) * 40)) / $uppermodules - 60 / $uppermodules;// 12px (margin-right); 2*4px (padding left/right)
$advert_width = floor($advert_width);
}
it's for advert modules width. Then in layout.css add:
.upper .module_padding {
padding: 0;
margin: 0 XXpx!important;
float: left;
}
where XX should be half of value you put instead 40 in above code.
For distance above search module in layout.css:
.main_area {
padding: 30px 0 0 0;
line-height: 22px;
}
cange padding to : padding: 0px 0 0 0;