Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sobe Friend
    #161144

    Hello,
    For some reason there’s a major misalignment in width-size for the bottom modules (user6,7,8,10).

    Whatever module is located in the farthest left, the width becomes almost half the size. It doesn’t seem to be related to specific module position, because when I deactivate the module in user6, the module in user7 moves to that same farthest left position and has the same re-sizing issue.

    (*see attached image)

    I notice that the on the demo, positions 6-7-8 are the same size, and 10 is a bit bigger. How can I do the same?

    Is there a way to make all four positions the same size?

    Thanks


    1. module-size
    huypl Friend
    #380174

    Dear sobe,
    You can make all four positions the same width and height by adding this code at the bottom of template.css( in the folder templatesja_ravecss):
    div.ja-box{
    height:209px;
    width: //insert a size here
    }
    Now you can try this way.

    sobe Friend
    #381189

    Hi huypl,
    Thanks for the suggestion. I checked the template.css file on that folder and searched for that specific reference “div.ja-box”, but I couldn’t find any references to height and width. What line # should that be on?

    Thanks

    aman204 Friend
    #381200

    <blockquote>by adding this code at the bottom of template.css</blockquote>

    Hi Sobe,

    You can also change this::

    #ja-botsl .ja-box-left {template.css (line 450)
    width: 17% !important;
    }

    to

    /*#ja-botsl .ja-box-left {
    width: 17% !important;
    }*/

    aman204 Friend
    #381201

    <blockquote>by adding this code at the bottom of template.css</blockquote>

    Hi Sobe,

    You can also change this::

    #ja-botsl .ja-box-left {template.css (line 450)
    width: 17% !important;
    }

    to

    /*#ja-botsl .ja-box-left {
    width: 17% !important;
    }*/

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

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

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