Okay
  Public Ticket #2746019
Fixed Navigation
Closed

Comments

  • reincreative started the conversation

    Hello,

    My navigation is set to be fixed to the top of the screen on scroll. However, this action is not being completed. The navigation remains at the top of the page instead. Any help would be greatly appreciated.

    Thanks,

  •  2,719
    Andrew replied

    Hi There,

    Thanks for writing in.

    Please paste the css below in Salient > General Settings > CSS/Script Related:

    body[data-hhun="1"] #header-outer[data-remove-fixed="1"] {
        position: fixed;
    }

    Thanks.

  • reincreative replied

    Hi Andrew,

    Thanks for the quick response. I added that code and it worked, but it made the style strange, creating a black bar below the navigation.

    Thank you,

  •  2,719
    Andrew replied

    Hi There,

    You can remove the css code and turn on the option below:

    9626593916.png

    Thanks.