Search code examples
csssearch-box

moving search box to the right side ( blogger )


hi I want to know how to make my search bar to the right not in center

the search bar full code below and thank you

www.codepen.io/anon/pen/zKakyJ

www.gamesparadis.blogspot.com


Solution

  • why not just add

    #hbz-searchbox {
     float:right;
    }