Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #429476

    Hello!

    I added a status bar in the top of my page and need to move down 40px the sticky fixed position of the Sub Menu. Please take a look at this page http://www.adaptixnetworks.com/hospedaje/ and scroll down, you will see that the sticky Sub Menu almost disappear because when scroll down, the element style top changes from auto to 80 and I need it to be 120px.

    Thanks for your kind response

    Regards,
    Arturo

    #429632

    Hey arturocruztorres!

    Please go to Enfold/js folder and open avia.js and find following line

    this.css({top: modifier - 1, position: 'fixed'}); fixed = true

    and change it to

    this.css({top: 120px, position: 'fixed'}); fixed = true

    Regards,
    Yigit

    #429689

    Vigit,

    Thanks for the response, I had to add ‘ ‘ in order to work.

    this.css({top: ‘120px’, position: ‘fixed’}); fixed = true

    Thanks again.

    Regards,
    Arturo

    #429696

    Hi!

    Yes, my mistake! :) Glad it is working fine now! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sticky Fullwidth Sub Menu fixed position’ is closed to new replies.