Activity

  • Valeriano replied to the question Sticky Header? in the forum OneSocial theme 8 years, 1 month ago

    Hi @bikecrews, try to add the following code in your child theme’s stylesheet:

    #header-search form, .site-header {
    position: fixed;
    top: 0px;
    z-index: 999;
    }

    this worked for me 🙂