Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • hariorama Friend
    #167710

    i would like to ad the banner modul on the position absolute on the right side of the template, where cpanel button is.

    because with small monitors people my not be able to read everything when the advertisement is on the left side. the advertisement goes over the text instead of below.

    http://tierschutznews.ch/2011/

    Trimud Friend
    #407877

    Hi hariorama,

    please open via FTP templates/ja_t3_blank/css/template.css and edit:

    #ja-absolute .main {
    position: fixed;
    width: auto;
    height: auto;
    z-index: 99999;
    top: 1px;
    right: 1px; /*This was left: 1px; before the change */
    }

    Regards

    hariorama Friend
    #407879

    thanks a lot trimund. 🙂 what needs to be done, if i would like to have the ad going below the text (z-index) when window is smaller.

    or how would you solve this problem? can i make main template smaller?

    Trimud Friend
    #407882

    Hi again,

    please add to:

    #ja-absolute .main {
    z-index: 1;
    }

    also add to:

    .main {
    background: #fff;
    }

    That should be all. Regards

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

This topic contains 4 replies, has 2 voices, and was last updated by  Trimud 13 years, 3 months ago.

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