Jump to content

[SOLVED] move position form search


Recommended Posts

Try this

#search_block_top  {
background:url("../img/block_search_bg.jpg") no-repeat scroll left top transparent;
float:right;
height:28px;
margin-right:-2em;
margin-top:2em;
width:336px;
}



or this

#search_block_top  {
background:url("../img/block_search_bg.jpg") no-repeat scroll left top transparent;
float:left;
height:28px;
margin-left:15em;
margin-top:2em;
width:300px;
}



First one is maybe better.

Link to comment
Share on other sites

Use this

#header #search_block_top {
background:url("../img/block_search_bg.jpg") no-repeat scroll left top transparent;
float:left;
height:28px;
margin-left:8em;
margin-top:0.5em;
width:336px;
}



And adjust position by changing values for margin-left and margin right.

And your site looks nice :-)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...