• Im new to html and css but i know the basics, and ive looked everywhere but can seem to find anything good that works.

    i have version 3.4.2 and im using the theme twenty eleven

    i want my search bar to be in my header like this picture can anyone tell me exactly what i have to do, and also how to get rid of the black bar underneath the header. thanks i would appreciate it alot.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You have two ways to do that :

    by positioning the search box in absolute and then where you want
    by editing the code to put a header section widgets on the top of your header

    Thread Starter robby1995

    (@robby1995)

    how do i go about positioning the search box in absolute and then adjusting it to where i want

    You need to find the ID of your search’s box (i called it here searchbox, then it’s ID is #searchbox) then you can through CSS positioning it where you want like that :

    div#searchbox{
      position:absolute;
      top: Xpx;
      right: Xpx;
    }

    Hi everyone

    I am facing few problem can you help me out please

    1- The post title is in the left side, how to move it to the right.

    2- My search doesn’t show squire box in order to be displayed as search button.

    3- The home page shows only a wide topic, how to put some widgets as there are in all my rest of pages but not in the first page.

    Thanks

    https://www.istaqlal.com

    I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s developer/vendor. We do not support commercial products here.
    Try https://www.organicthemes.com/support/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to put search box in header’ is closed to new replies.