Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • SenMel Friend
    #161655

    Methys’ megamenu demo is of 5 parent items and use the same space together with logo. It seems 1 or 2 parent items could be added at most
    How can I place megamenu just below the logo as it was in Teline IV?

    Phill Moderator
    #382249

    Change template.css line 854

    #ja-mainnav {
    border-bottom:5px solid #111111;
    border-top:1px solid #E5E5E5;
    position:absolute;
    right:0;
    top:40px;
    z-index:999;

    }

    to

    #ja-mainnav {
    border-bottom:5px solid #111111;
    border-top:1px solid #E5E5E5;
    left:0;
    position:absolute;
    top:100px;
    z-index:999;

    }

    then change template.css line 665

    #ja-header {
    position:relative;
    z-index:10;

    }

    to

    #ja-header {
    height:140px;
    position:relative;
    z-index:10;

    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Phill 13 years, 8 months ago.

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