Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • oekoguide Friend
    #142085

    Hi!

    Ja_Sulfur is released at last and it´s a great template! 🙂

    I´ve got a couple of questions, but I zhink they are similar:

    01. I just like to know how to increase the width of the main content?
    02. How to decrease width of the left module position?
    03. Finaly how to decrease width of the right module position?

    And while we´re at it: 04. Howto decrease or increase template width?

    Thanks for all answers! 🙂

    Css Magician Friend
    #308658

    Change width main content : template.css line 775

    #ja-content {
    float:left;
    width:380px;
    }

    Change width left module: template.css line 823

    #ja-col1 {
    float:right;
    width:220px;
    }

    Change width right module: template.css line 828

    #ja-col2 {
    float:right;
    width:300px;
    }

    and width main content + ja-col2 + 20px = width #ja-contentwrap template.css line 770

    #ja-contentwrap {
    float:left;
    width:620px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Css Magician 15 years, 5 months ago.

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