test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • alexroud01 Friend
    #129979

    Joomla version: 1.0.13 stable.
    website: http://www.eurinit.eu/site4com/sito

    Hi, I’m trying to control space between the two columns I’ve created in the frontpage; I have tried to find the class in this section of template.css file with no result (always nothing happen); otherwise I can’t control the titles of the articles in the two columns; what is the ID or the CLASS? :

    /* MAIN LAYOUT DIVS
    ——————————————————— */
    #ja-wrapper {
    width: 100%;
    margin: 0;
    background: #F2F2F2;
    }

    #ja-containerwrap {
    background: url(../images/cw-bg1.gif) repeat-y 50% 0;
    }

    #ja-containerwrap2 {
    background: url(../images/cw-bg2.gif) no-repeat 50% 0;
    }

    #ja-container {
    background: url(../images/c-bg1.gif) repeat-y 18% 0;
    }

    #ja-container2 {
    padding: 20px 0;
    background: url(../images/c-bg2.gif) no-repeat 18% 0;
    }

    #ja-mainbody-fr #ja-col1 {
    width: 20%;
    }

    #ja-mainbody-fr #ja-contentwrap {
    width: 80%;
    }

    #ja-mainbody, #ja-mainbody-fl {
    float: left;
    width: 80%;
    }

    #ja-mainbody #ja-contentwrap {
    float: right;
    width: 75%;
    }

    #ja-mainbody-fl #ja-contentwrap {
    float: left;
    width: 100%;
    }

    #ja-mainbody-f, #ja-mainbody-fr {
    float: none;
    width: 100%;
    }

    #ja-mainbody-fr #ja-contentwrap {
    width: 74.8%;
    float: right;
    }

    #ja-mainbody-fr #ja-col1 {
    width: 20%;
    float: left;
    }

    #ja-mainbody-fr #ja-contentwrap {
    width: 80%;
    }

    #ja-content {
    padding: 0px 40px 30px 40px;
    width: 90%;
    }
    #ja-contentwrap {
    min-height: 300px;
    height: auto;
    }
    * html #ja-contentwrap {
    height: 300px;
    }
    #ja-mainbody-fl #ja-content {
    padding-left: 0;
    }

    #ja-mainbody-f #ja-content {
    padding: 0px;
    }

    Can you help me please?
    Thanks

    Sherlock Friend
    #255471

    You can control it by way below :
    add following code section to the bottom of the template.css file :


    table.blog td {
    padding:0px 3px 0px 3px;
    }

    alexroud01 Friend
    #255670

    your post was very very useful…thanks

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

This topic contains 3 replies, has 2 voices, and was last updated by  alexroud01 16 years, 5 months ago.

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