Forums

[resolved] how to move search form from left to right (6 posts)

  1. Yemoonyah
    Member
    Posted 3 years ago #

    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!

  2. Yemoonyah
    Member
    Posted 3 years ago #

    See here: http://kabai33.com

  3. Hajdarevic
    Member
    Posted 3 years ago #

    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?

  4. Yemoonyah
    Member
    Posted 3 years ago #

    It's the wp-cumulus plugin :-)

  5. chaoskaizer
    Member
    Posted 3 years ago #

    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
    }
  6. Yemoonyah
    Member
    Posted 3 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic