test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • ew128 Friend
    #178421

    Please look on the picture.
    Long menu is under pictures in JA Side News Module.
    How can repair it?


    1. megamenu_under-module
    swissa Friend
    #458502

    It’s a z-index problem. If you post up the url of the site then people will be able to see where to change the code. If you do post the url please make sure that you have set optimise css in template manager to “off”.

    ew128 Friend
    #458505

    site http://stronatest.pl/razbez2 and “Kalendarz” menu.

    swissa Friend
    #458509

    If you add this to the end of your template.css it should solve the problem for you.

    #ja-mainnav {z-index: 111;
    }

    Hope it helps.

    ew128 Friend
    #458516

    great! . many thanks

    ew128 Friend
    #458645

    next problem, please look on the pictures.

    Link to site and menu “Kalendarz”


    1. menu
    2. menu2
    Saguaros Moderator
    #458667

    Hi ew128,

    In this case, you need the ‘#ja-header‘ div has z-index value greater than that of ‘#ja-mainnav‘. As I can see, currently, it has:

    #ja-header {
    z-index: 12; <<< you can change to 112
    }

    Hope this helps.

    swissa Friend
    #458762

    <em>@ew128 327002 wrote:</em><blockquote>next problem, please look on the pictures.

    Link to site and menu “Kalendarz”</blockquote>

    Saguaros has shown you how to solve the logo…. ๐Ÿ™‚

    For the other problem that the menรผ is cut off, it is because the page is so short. You would need to add a min-height statement into the css…..

    For example, you can add this code to your template.css at the end – you can play with the 500px to get it how you like! ๐Ÿ˜‰

    #ja-mainbody {

    • min-height: 500px;

    }

    ew128 Friend
    #458784

    Perfect.
    Thanks @saguaros and @swissa

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

This topic contains 9 replies, has 3 voices, and was last updated by  ew128 12 years, 5 months ago.

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