Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tiganita Friend
    #207510

    Hello,

    I tried different ways to make the megamanu sticky. Nothing did work.
    Is this a Modul?

    What do I need to do?

    Thx in advance.

    Pankaj Sharma Moderator
    #574420

    Hello in JA Blazes you can do it via css changes .
    You can find the css code in template.css file


    #ja-header {
    position: relative; }

    change it into


    #ja-header {
    position: fixed;}

    Hope it helps

    tiganita Friend
    #574425

    Hello,

    thanks for this help. But there are 2 problems:

    1. Unfortunately when I add the “position: fixed” attribute (it wasn’t there), the “top-intro” modul jumps up and I can’t see it anymore.

    2. Trying to stick it works, but there is a gap beetween the menu and the top of the page. This is probably caused by the language switcher modul I put up there (top-panel position).

    Is there any other way?

    tiganita Friend
    #574435

    Hello,

    I managed to fix it by adding the following:


    #ja-header {
    background: url(../images/bg-header.png) 0 100% repeat-x;
    z-index: 10000;
    margin-top: 25px;
    position: fixed;
    }

    and


    #ja-top-panel {
    background-color: #000
    margin-bottom: -22px;
    margin-top: -13px;
    position: fixed;
    z-index: 10000;
    }

    Maybe it helps someone.

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

This topic contains 4 replies, has 2 voices, and was last updated by  tiganita 8 years, 10 months ago.

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