MyBB Community Forums

Full Version: Move Search Box to left side
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As the title says

[Image: jPcsO.png]

I want to move this to right side.

Thanks
Its tough to guess the situation until having the code.
It would be good if you have provided your board url...

Bind the search box (the textarea as well as the button) in a div with a class and define the class in css with

.newclass {
position: relative;
right: 200px;
}

Or you may like to use the 'margin-right' property also ...

.newclass {
float: right;
margin-right: 200px;
}
Still need help?
Still need your site address or atleast the header template code.
(2012-12-10, 12:14 PM)effone Wrote: [ -> ]Still need your site address or atleast the header template code.

Pm'ed you both. Site and the template code as well.