<em>@creativedesigns 313090 wrote:</em><blockquote>Hi peeps,
on the Travel template, on the featured country, there is a map of France.. How the heck to i remove this map and make the text run all the way across the box?
URL: http://www.creative-designs.co.za/2012-travel/</blockquote>
Hi,
– You replace this code from /templates/ja_travel/themes/dark_blue/css/template.css
.moduletable_country .ja-box-ct {
background-image: url("../images/map-paris.png");
}
with
.moduletable_country .ja-box-ct {
background-image: none;
}
– You find this code from /templates/ja_travel/css/template.css
.moduletable_country .ja-box-ct {
background: url("../images/map-paris.png") no-repeat scroll left top;
padding-left: 170px; < remove this line
}