Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • giantJELLYFISH Friend
    #1079475

    Hi there, looking for a way to sticky headers like JA Magz II?

    Saguaros Moderator
    #1079615

    Hi,

    You will need to customize it a bit by using the Bootstrap Affix plugin, you can try this way:

    • Go to file: [root]/templates/ja_focus/tpls/blocks/header.php
    • Look for this line of code:

      <div class="ja-topbar clearfix">
    • Change it to:

      <div class="ja-topbar clearfix" data-spy="affix" data-offset-top="154">
    • Open the file: root/templates/ja_focus/css/custom.css
    • Add this custom CSS:

      .ja-topbar.affix {
      background-color: #ffffff;
      top: 0;
      width: inherit;
      z-index: 9999 !important;
      }

    This will help to put the topbar menu sticky on top when scrolling the page.

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

This topic contains 1 reply, has 2 voices, and was last updated by  giantJELLYFISH 6 years, 11 months ago.

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