Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • yemi Friend
    #161936

    Hi, im sure there is such an easy way to do this but i cant figure it out..

    Simply i want to change the width of the “content” and “right1” block so that theyre not 80% and 20% but a fixed width in pixels instead.

    Right now the widths of the two blocks are coded in the html so i cant override it with css, what to do?

    chavan Friend
    #383276

    you can override using css

    Consider the following html as an example


    <div class="main" style="80%">
    sample contents and some html to
    </div>

    the override can be done using the following css code

    .main {
    width: 600px !important;
    }

    yemi Friend
    #383280

    okay thanks, it worked out!
    Also i want to know how to change the total width of the jat3 template, right now it is set to “specified” and 980px. When I set the width to 960px (which is the width i want) nothing happens, am I doing something wrong?

    chavan Friend
    #383292

    Go to :

    File Path: /templates/ja_t3_blankcss/template.css

    Add this css code in template.css file

    body.bd .main {
    width:960px !important;
    }

    dgtebpo Friend
    #390090

    <em>@Chavan 230184 wrote:</em><blockquote>you can override using css

    Consider the following html as an example


    <div class="main" style="80%">
    sample contents and some html to
    </div>

    the override can be done using the following css code

    .main {
    width: 600px !important;
    }


    </blockquote>

    Hello,

    I tried the over-ride ( put it in the template.css file) without luck. I know my way around Purity ii for 1.5, but the 1.6 has me stumped. I am attempting to go 70% on the content with 30% on the left module. Th url is http://dgtebpo.com/T3_16 Any help from fresh eyes would be appreciated as this is my stumbling block to get this migration done.

    Thanks in advance!

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

This topic contains 5 replies, has 3 voices, and was last updated by  dgtebpo 13 years, 6 months ago.

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