Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #452223

    Hello!

    Thanks in advance for the answer. On my website I want to make sticky only the top bar and not the menu+top bar (the one above the menu). How can I make sticky only the top bar and make the menu fixed?

    Thanks!

    #452358

    Hi EuroInfoSys!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    #452426

    Hi!

    http://goo.gl/ki7OgD

    I want to make sticky only the top bar with the phone number.

    Thanks!

    #452630

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #header_main {
      padding-top: 30px;
    }
    #header_meta {
      position: fixed;
      width: 100%;
    }

    Cheers!
    Yigit

    #452646

    It does not work. They still scroll together.

    #452653

    Hey!

    Please go to Enfold theme options > Header > Header Behaviour and disable sticky header :)

    Cheers!
    Yigit

    #452665

    Great! Thanks!

    #452668

    Hi!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.