-
AuthorPosts
-
kcdesi Friend
kcdesi
- Join date:
- September 2007
- Posts:
- 62
- Downloads:
- 9
- Uploads:
- 5
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
September 12, 2013 at 3:01 am #190510See 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.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 12, 2013 at 12:09 pm #505562I’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;
}
AuthorPostsViewing 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
Add New Module to the right side
Viewing 2 posts - 1 through 2 (of 2 total)