Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • synapsis Friend
    #184494

    I’m not using the main menu module (mainnav) on my site. I’ve modified it the way I want it on the desktop layout, but the little drop-down box for the menu is still appearing on the mobile layout. Anyone know where I should find that to comment it out/remove it?

    Thank you.

    Ninja Lead Moderator
    #481691

    I could not access on your site with username/password you have provided. I’m not sure if your site is using LESS or CSS file

    If your site is using CSS file you can change here:
    <blockquote>templates/ja_mero/css/template-responsive.css</blockquote>
    from

    .ja-mainnav {
    background: #e6e6e6
    border-top: 1px solid #d9d9d9
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    }

    change to

    .ja-mainnav {
    background: #e6e6e6
    border-top: 1px solid #d9d9d9
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    display: none;
    }

    If LESS:

    from

    .ja-mainnav {
    height: @navbarHeight;
    position: relative;
    z-index: 40;
    }

    change to

    .ja-mainnav {
    height: @navbarHeight;
    position: relative;
    z-index: 40;
    display: none;
    }

    If you still see error after the above fixes, you can pm me with admin access and ftp account. I shall help you out of it

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 9 months ago.

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