Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • rowby Friend
    #125820

    What makes the left (and right) light grey lines in the ight and left columns. I know that the curves are images, but I can’t figure out what makes the light grey lines.

    See attachment for further clarification to this question.

    Thanks


    1. left-line-for-joomlart
    Menalto Friend
    #239547

    Its the images that makes thoose lines, im pretty sure about it.

    rowby Friend
    #239556

    Hi Thanks. I will try to figure out which image does that. Any thoughts — I assume it’s in the template image folder…

    Rowby

    Menalto Friend
    #239559

    Yes, look for images xxxxx-tl,tr,br,bl.gif

    rowby Friend
    rowby Friend
    #239608

    Hi Menalto,

    Once I find the right image, can you tell me which css adjusts the width of the line.

    these slightly modified images from the template package are 8 pixels wide. I would want the line to be at least 8 pixels wide. Right now the line is apparently 1 pixel wide.

    I can’t seem to find anything in the template css to adjust that line.

    Any thoughts?

    Thanks

    Rowby

    Khanh Le Moderator
    #239778

    Here is what you are looking for (line 443 in template_css.css file){


    div.module,
    div.module-default {
    margin: 5px 0 10px;
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
    background: url(../images/box-br.gif) no-repeat bottom right;
    }

    div.module div,
    div.module-default div {
    padding: 0;
    background: url(../images/box-bl.gif) no-repeat bottom left;
    }

    div.module div div,
    div.module-default div div {
    padding: 0;
    background: url(../images/box-tr.gif) no-repeat top right;
    }

    div.module div div div,
    div.module-default div div div {
    padding: 10px 15px 15px;
    background: url(../images/box-tl.gif) no-repeat top left;
    }

    rowby Friend
    #239817

    Ah Thanks! I see it now!

    rowby Friend
    #239818

    Ah thanks I see it now. Thanks.

    Rowby

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

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

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