Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • grakz_br Friend
    #127777

    Hi can anyone help where i can find the minimum body height ??

    i tryied to search, but min height its not on template_css.css anymore :((

    Sherlock Friend
    #246513

    Hi grakz_br !
    You open template_css.css file in templates/ja_fedora/css folder , find code section at bout line 550 :


    #ja-mainbody {
    border-top:5px solid #CCCCCC;
    clear:both;
    float:right;
    min-height:1000px;
    width:80%;
    }

    this is property code for main content of template. you can add min-height property for it .


    #ja-mainbody {
    min-height:700px;
    border-top:5px solid #CCCCCC;
    clear:both;
    float:right;
    min-height:1000px;
    width:80%;
    }

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

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

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