Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • azurdo Friend
    #189689

    HI i would like to know if it´s possible to add a sticky footer menu for JA MERO.

    I´ve read t3 docs but it only talk about sticky header menu adding class:

    navbar-fixed-top
    navbar-collapse-fixed-top

    I would like it only appears for desktop view (not tablets either mobile )

    Thanks
    Best regards

    Ninja Lead Moderator
    #502158

    This way will help you to have Sticky Footer appearing for JA Mero template

    + Add new below script into templates/ja_mero/css/custom.css file

    @media (min-width: 1200px) {
    .footer-collapse-fixed-bottom {
    border-top: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    }
    }

    + Add footer-collapse-fixed-bottom class into footer page

    azurdo Friend
    #502435

    Thanks for your help

    It works, i can start to change more details

    Best Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  azurdo 11 years, 2 months ago.

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