test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • kcdesi Friend
    #190510

    See the attached email. My template is currently 980px wide. I need to have a new column on the side for about 200px wide. So I need to extend my template. But I need one column right at the top and it needs to extend all the way down.

    Detailed steps would be fantastic if possible.Thank you so much.


    1. need
    Ninja Lead Moderator
    #505562

    I’m afraid you will not be able to do it, but if you know about css you can customize it. I have some idea on this case

    + Open templates/ja_nex/css/template.css file

    Find

    .main {
    text-align: left;
    }
    #ja-header { background: #c33 }

    #ja-mainnav {
    background: url(../images/mainnav-bg.gif) repeat-x left bottom #CC3333
    padding-bottom: 6px;
    }

    Change to


    .main {
    text-align: left;
    float: left;
    }
    #ja-header { background: #c33 width: 990px;}
    #ja-mainnav {
    background: url(../images/mainnav-bg.gif) repeat-x left bottom #CC3333
    padding-bottom: 6px;
    width: 990px;
    }
    #ja-container {
    width: 990px;
    }
    #ja-botsl1 {
    width: 990px;
    }
    #ja-botsl2 {
    width: 990px;
    }
    #ja-footer {
    width: 990px;
    }
    #ja-wrapper {
    float: left;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 3 months ago.

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