• Resolved archiechan

    (@archiechan)


    Hi there, how can I add the search box in the header on top corner?

    I’ve tried add the the code below into “Theme Option”, “Custom CSS”, but it doesn’t work. Any better idea? Many thanks.

    #masthead form {
    float: right;
    margin-top: 15px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Archie!

    Can you provide you site url?

    Thanks!

    Thread Starter archiechan

    (@archiechan)

    Hi Ellp,

    Thanks, just solve it.

    I am using Fruitful Theme,

    Just add <div><?php include (TEMPLATEPATH . '/searchform.php'); ?></div>
    in header.php

    And add #searchform {position:absolute; top: 25px; right: 10px; text-align:right;}
    in Style.css.

    Work perfectly.

    Thread Starter archiechan

    (@archiechan)

    And this is solved. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add Search box in header top corner’ is closed to new replies.