test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • klamort Friend
    #176581

    Hi,

    I am using user6,7,8,9 and 10 position for différent modules.

    But they are not displayed at equal wide with the rest of the template, how can I change this.

    Thanks

    Klaus

    ps: You can see what I mean here: http://www.motards.be

    swissa Friend
    #450663

    You have your css set to optimise and minify so it’s impossible to see which line exactly you need to change.

    If you can find this code
    #ja-botsl1 .main {

    • padding: 0;
    • width: 984px;

    }
    and change the width from 984px to 100% it should work for you.

    Hope that helps you!

    klamort Friend
    #451114

    Thanks for your reply, and excuse me for not knowing… but in what file do I have to make this change?

    swissa Friend
    #451115

    <em>@swissa 316688 wrote:</em><blockquote>You have your css set to optimise and minify so it’s impossible to see which line exactly you need to change.</blockquote>

    If you go to template manager and set optimise css to off and set minify css to off I should be able to help.

    klamort Friend
    #451250

    Thanks for your help… I did turn everything to off.

    swissa Friend
    #451272

    The file is /templates/ja_teline_iv/css/template.css @ line 1038

    Change this code

    #ja-botsl1 .main {

    • padding: 0;
    • width: 984px;

    }

    to this code

    #ja-botsl1 .main {

    • padding: 0;
    • width: 100%;

    }

    Hope that helps you!

    klamort Friend
    #451293

    Thanks alot, that is working just great…

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

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

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