• Hi Just wondering can I make the Header section along with the menus section be sticky (just like the menus act)?
    Thank You

Viewing 5 replies - 16 through 20 (of 20 total)
  • Please, remove CSS

    @media (min-width: 1200px){
    .row.head-scroll.affix {
        position: relative !important;
    }
    }

    and for more details contact here Link.

    Thanks.

    Thread Starter gballaswp11

    (@gballaswp11)

    more input for you…

    Look at http://www.signsbyspeedi.com (my site using parallax version) and compare.

    I don’t care so much about the “transparency” effect, I just like the way the Header Sections (Title, Tagline & Menus) stay consistently of the top of the browser view window on that site.

    Can we adjust my enigma child theme I’m using on ReliantAir.net to stay put the same way?

    Does this explain myself better now?
    Thank You

    Thread Starter gballaswp11

    (@gballaswp11)

    sorry I just noticed you previous replay…
    That’s brings us back to the “choppy” or “Jerky” action of the Header on top of the page.

    But the difference between my two sites is on
    ReliantAir.net the “movement” is “snapping” the Header sections (Choppy)

    On SignsbySpeedi.com it’s smooth and stay’s put

    If you compare the action at the tops of the 2 you see the difference

    I would prefer the static and smooth action style of the Speedi pages.
    Can we do this for Enigma?

    Thanks

    Thread Starter gballaswp11

    (@gballaswp11)

    Have we figured out what I need to do here so I can make the top header sections stay frozen at the top and not move when the rest of the page is scrolled up?

    Trying to finish this up…
    Thank You

    Please use the below CSS in your custom CSS box –

    @media (min-width: 1200px){
    .wide .top_fix {
        position: relative !important;
    }
    }

    Hope this will helps you.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Enigma Theme How can I make the Header sticky’ is closed to new replies.