Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • kerfiseining Friend
    #205235

    Hi.

    I made some changes to my ja brisk nav menu. I wanted to have sticky nav menu so I did this.

    in: /templates/ja_brisk/tpls/blocks/header.php

    [PHP]<header id=”ja-header” class=”wrap ja-header navbar-fixed-top navbar-collapse-fixed-top””>
    <div class=”container”>
    <div class=”row”>[/PHP]

    and in custom.css

    [PHP].ja-slideshow .container {
    padding: 120px 0 0;
    }
    .ja-slideshow .container {
    padding: 120px 0 0;
    }
    .ja-mainbody {
    padding-top: 80px;
    }
    .ja-masshead {
    padding-top: 70px;
    }[/PHP]

    After all the changes my sticky nav menu is working, but in mobile view the sticky menu is not quite ok.

    Take a look in your mobile.

    This is what I have.

    Any chance tel me how to fix this.

    Regards.


    1. Screenshot_2015-04-02-10-46-04
    2. Screenshot_2015-04-02-10-46-12
    kerfiseining Friend
    #565552

    Someone that can assist me on this?

    Ninja Lead Moderator
    #565598

    I just fixed the problem directly on your site and you can find that solution as

    Open templates/ja_brisk/css/custom.css file and see the css style

    @media (max-width: 767px) {
    .navbar-fixed-top {
    margin-left: 0px;
    }
    }

    relsig Friend
    #565613

    Hello check this: http://www.joomlart.com/forums/topic/sticky-menu-positioning/

    This worked for me.

    Cheers

    Roger

    kerfiseining Friend
    #565627

    Yes That did the fix.

    Thanks Roger.

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

This topic contains 5 replies, has 3 voices, and was last updated by  kerfiseining 9 years, 1 month ago.

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