• Resolved Yemoonyah

    (@yemoonyah)


    Hello

    I’m using MightySearch to integrate Google Search. It makes the search form appear on the left side above the blog title but I want it on the right on the same height as blog title. I don’t know how to do this as I don’t know anything about css (yet!)
    Appreciate any help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Yemoonyah

    (@yemoonyah)

    See here: http://kabai33.com

    I don’t know much about css but try using:

    p
    {
    text-align: right
    }

    To wrap the whole search bar in.

    BTW. the tag thingy you got, what’s that and how do you get it?

    Thread Starter Yemoonyah

    (@yemoonyah)

    It’s the wp-cumulus plugin 🙂

    I’m using MightySearch to integrate Google Search. It makes the search form appear on the left side above the blog title but I want it on the right on the same height as blog title.

    You can try the below ↓ code, add inside your theme css (Admin > Design > Theme editor > Style.css )

    #cse-search-box{
        width: 272px;
        margin-left: auto
    }

    Thread Starter Yemoonyah

    (@yemoonyah)

    Thank you. it works perfectly!
    How do you make your forum member name into a link?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to move search form from left to right’ is closed to new replies.