Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • creativedesigns Friend
    #175964

    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/

    khoand Friend
    #447899

    <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
    }

    creativedesigns Friend
    #447905

    you are amazing! thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  creativedesigns 12 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum