Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • georgek Friend
    #129415

    Hi,

    I would like to completely remove the vertical space separating the ‘Top’ module position and the ‘Left’ and ‘Right’ module positions.

    I’d be grateful if you could inform me which parameter in the template.css file I would need to alter.

    Many thanks,

    George

    Sherlock Friend
    #252654

    Hi geogek !
    You can do so by the following way:
    open template_css.css file in ja_drimia/templates/ja_drimia/css folder , find following code section at about line 1825 :


    #ja-masscol {
    background:#FF760E url(../images/mc-bg.gif) no-repeat scroll 0%;
    color:#FFFFFF;
    display:block;
    float:left;
    height:130px;
    margin-bottom:20px;
    overflow:hidden;
    position:relative;
    width:40%;
    }

    change to :


    #ja-masscol {
    background:#FF760E url(../images/mc-bg.gif) no-repeat scroll 0%;
    color:#FFFFFF;
    display:block;
    float:left;
    height:130px;
    margin-bottom:2px;
    overflow:hidden;
    position:relative;
    width:40%;
    }

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, 4 months ago.

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