-
AuthorPosts
-
September 3, 2010 at 1:14 pm #154031
Hi,
I want to add on top position ja-news, two new positions, one to the left 250 x 250 and one to the right 250 x 480, how to do?…. thanks
I attached and a picture.
congtq Friendcongtq
- Join date:
- September 2009
- Posts:
- 278
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 10
- Thanked:
- 49 times in 48 posts
September 4, 2010 at 9:33 am #354600This is original mark-up
<div id="ja-mainbody">
<div id="ja-content">
<div id="ja-col1">
</div>
<div id="ja-col2">
To add 2 new positions as your image, firstly, you need to change the mark-up as below
<div id="ja-col1">
<div id="ja-mainbody">
<div id="ja-content">
<div id="ja-col2">
</div>
then continue to add 2 new positions:
<div id="ja-col1">
<div id="ja-mainbody">
<div id="new-position-1">
<div id="new-position-2"><div id="ja-content">
<div id="ja-col2">
</div>
You also need to change some css in templatesja_rutilecsstemplate.css file
#ja-mainbody {
width: 78%;
float: left;
}
#ja-content {
clear: both;
display: block;
float: right;
width: 72%;
background: url(../images/content-center.gif) repeat-y center;
}
#ja-col1 {
float: left;
overflow: hidden;
width: 28%;
}
#ja-col2 {
float: right;
overflow: hidden;
width: 22%;
}1 user says Thank You to congtq for this useful post
September 4, 2010 at 5:31 pm #354624thanks for answer 🙂
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by arva2006 14 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
New position
Viewing 3 posts - 1 through 3 (of 3 total)