Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • arva2006 Friend
    #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.


    1. a
    congtq Friend
    #354600

    This 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%;
    }

    arva2006 Friend
    #354624

    thanks for answer 🙂

Viewing 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