Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • vangeem Friend
    #133258

    Hello I created a new module (with an image).
    Now the left ‘column’ istn’t wide enough ( i want it to be 210px)

    I found de following code in the template.css
    /* COLUMNS
    ——————————————————— */
    #ja-col1 {
    float: left;
    overflow: hidden;
    width: 27%;

    I changed width 27% to 30% but this didn’t help

    any suggestions?

    vangeem Friend
    #270186

    found the solution
    #ja-containerwrap-fr #ja-col1 {
    width: 20%;
    that’s the code to be changed

    But now i have a small problem, http://www.vangeem.eu/newsite/
    The Black ‘banner’ in the left menu isn’t on the same hight as the Red ‘banner’.
    In fact in the black banner normally the module name is displayed, can i remove this black banner?

    Sherlock Friend
    #270200

    Hi
    You can edit template.css (line 712)

    div.module div div div, div.module_menu div div div, div.module_text div div div, div.module_hilite div div div {
    background:transparent url(../images/box-tl.gif) no-repeat scroll left top;--> remove this line
    padding:0 15px 15px;
    }

    And template.css (line 704)

    div.module div div, div.module_menu div div, div.module_text div div, div.module_hilite div div {
    background:transparent url(../images/box-tr.gif) no-repeat scroll right top;--> remove this line
    padding:0;
    }

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

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

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