Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • valdez Friend
    #165932

    Where I can change min-height of module in JA Events template on position user6,7,8?

    Thanh Nguyen Viet Friend
    #399889

    Hi valdez,

    Please open the file
    /templates/ja_events/css/template.css
    And add the below code snippet at the end of file:

    #ja-botsl2{
    min-height: 200px;
    }

    Change “200px” to your expected value 🙂

    valdez Friend
    #400181

    Unfortunately, nothing happens. This is the HTML code copyed from firebug console:

    <div style=”width: 50%; min-height: 265px;” class=”ja-box column ja-box-left”>

    and this is the css code in whivh when I delete min-height property I get what I wont.

    element.style {
    min-height:265px;
    width:50%;
    }

    So I need location where I can disable property min-height:265px.

    Thanh Nguyen Viet Friend
    #400467

    Hello Valdez,

    This inline code snippet is added by javascript code to make all the boxes in that position have the same height value.
    You can add “!important” property in your css code to avoid your code being overridden by other code.
    It means, you must add this code snippet at the end of template.css file

    #ja-botsl2 .ja-box{
    min-height: 200px !important;
    }

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

This topic contains 4 replies, has 2 voices, and was last updated by  Thanh Nguyen Viet 13 years, 4 months ago.

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