• Hi.
    Thanks for your plugin. Really a nice work.

    I have a header and a menu
    The header has the class .row and the menu exact down the header has the class .header-main

    Is it possible to activate the sticky for both classes? Because when i activate for .row i loose the menu.

    the site is on localhost for now.
    Thanks

Viewing 1 replies (of 1 total)
  • .row is not good, it should be unique class… if you want both elements to become sticky put them in one div…

    <div class"sticky-class"> 
    
      <div class"row">
      </div>
    
      <div class"header-main">
      </div>
    
    </div>
Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible for two classes?’ is closed to new replies.