• Resolved Boi Suerte

    (@boi-suerte)


    Hi,

    Congratulations on the theme.

    Is it possible to move the search bar? Right now, it shows up on the top right of the page.

    I do not have any sidebar.

    I was hoping to move it on the main menu (primary-navigation) and right justified. Is this possible?

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Boi Suerte,

    I would like to asked you if you know how to edit a theme on your own behalf. I would recommend you to use the theme as a parent, so you can make your own adjustments to the theme. If you like that, without affecting the original codes.

    please let me know!

    Thread Starter Boi Suerte

    (@boi-suerte)

    Benjamin,

    I am new to wordpress, css and php but my mother said I am smart and a fast-learner. I already created a child theme so I can make and isolate my changes. I hope I answered your question.

    Thanks.

    .header-search {
        margin: 5px 0 0 640px;
        position: absolute;
    }

    use change the 5px to something higher, this will help move down the search.

    goes by left to right

    top right bottom left

    also can u write a review as well. give it 5 stars

    Thread Starter Boi Suerte

    (@boi-suerte)

    Thanks again.

    It worked.

    Thread Starter Boi Suerte

    (@boi-suerte)

    Benjamin,

    BTW, when I changed it to 200px, the search box and search bar are not visible anymore. It is because they appear behind the black navigation menu.

    .header-search {
        margin: 200px 0 0 640px;
        position: absolute;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Search Bar’ is closed to new replies.