Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7450
    Chris
    Participant

    I have a full width header image.

    Is it possible to place the search box on top of the header image in the right top corner?

     

    Chris.

     

    #7464
    Sakin
    Keymaster

    @Chris: Just add the Search Box in the header and then send me your site url. Then you can add the position absolute to the search box.

    #7468
    Chris
    Participant

    The URL is http://www.elsiena.nl

    as you can see the serach box is now under the header image.

     

    #7484
    Sakin
    Keymaster

    @Chris: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `
    .logo-wrap { position: relative; }
    .sidebar-top { position: absolute; right: 10px; top: 10px; width: 32.5%; }
    .sidebar-top .widget { background-color: transparent; }
    `

    #7490
    Chris
    Participant

    Thanks, it worked.

     

    Chris.

     

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Search box on top of header image’ is closed to new replies.