Forums

search form placement (2 posts)

  1. marywyar
    Member
    Posted 3 months ago #

    Let me start by saying, I am not a css expert...

    If someone who IS can help me properly align the search form: I am wanting it to float to the right of the top navigation.

    link here: http://marywyarphotography.com/wordpress/

    thanks!

  2. Christine
    Moderator
    Posted 3 months ago #

    You could try to using position absolute on your form.

    Try something like this:

    #searchform {
    position:absolute;
    top:20px; right:0px;
    }

    You can play around with the values of top and right and see what happens.

Reply

You must log in to post.

About this Topic