Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • hansm8665 Friend
    #192468

    Hi,
    I want to have above the sticky navbar a sticky header with the logo etc.
    I added to the header.php “navbar-fixed-top navbar-collapse-fixed-top” – with two differnt definitions of “top”. It works fine on the desktop, but not on mobile.
    I think it is a css problem that I can not solve. Plaese help.
    Thanks
    Hans

    MoonSailor Friend
    #513217

    Hi,

    <blockquote>
    I added to the header.php “navbar-fixed-top navbar-collapse-fixed-top” – with two differnt definitions of “top”. It works fine on the desktop, but not on mobile.
    </blockquote>
    Pls open file “templates/ja_obelisk/css/template-responsive.css” find css code:


    .t3-header {
    margin-top: 45px;
    position: relative;
    padding: 0;
    }

    and change it to:


    .t3-header {
    margin-top: 45px;
    position: fixed;
    padding: 0;
    }

    Regards

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

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

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