Search bar to the top on my theme

  • Unknown's avatar

    HI There

    I would like to add a search bar to the top on my main page and supporting pages but my theme only allows the search bar a’s a widget on the bottom. Do you know how I can using css to create a search bar on the top? Please let me know.

    Thanks

    Mike

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,
    There’s some space in your header where to locate your search bar. You could place it there. Add the following CSS (paste it in Customize> CSS):

    aside#search-5 {
        position: relative;
        left: 300px;
        top: -1830px;
        z-index: 15;
        color: white !important;
        opacity: 1 !important;
    }

    I had some problems making the font color appear readable, please let me know if you have this problem, I can research deeper.

  • The topic ‘Search bar to the top on my theme’ is closed to new replies.