Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • zemickeyman Friend
    #162817

    Hello,

    I have a small problem, I’ve edited my Ja social layout and have deleted topbar et cp panel and top panel
    However, the block is still appearing (see attachement).
    How can I avoid this block to appear ?

    Thanks a lot in advance for your help

    Zemickeyman


    1. explanation
    aman204 Friend
    #386539

    Change this::

    #ja-topbar {template.css (line 411)
    background: url(“../images/header-bg2.gif”) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #2985A8;
    color: #BAE1EF;
    font-size: 11px;
    position: absolute;
    top: 0;
    z-index: 16;
    }

    to

    #ja-topbar {template.css (line 411)
    background: url(“../images/header-bg2.gif”) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #2985A8;
    color: #BAE1EF;
    display: none;
    font-size: 11px;
    position: absolute;
    top: 0;
    z-index: 16;
    }

    and then, remove this property::

    #ja-header {template.css (line 333)
    border-top: 1px solid #4FAED2;
    margin-top: 29px; >> remove
    z-index: 13;
    }

    zemickeyman Friend
    #386722

    thanks a lot for your answer.
    I will try as soon as possible…

    Zemickeyman

    chowi Friend
    #414295

    It worked for me. Great!

    mtense Friend
    #448920

    I had to also do the following in mod_jatoppanel.css

    #ja-top-panel {
    z-index: 16;
    position: relative;
    /* top: 30px; */ /* removed */
    }

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

This topic contains 5 replies, has 4 voices, and was last updated by  mtense 12 years, 1 month ago.

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