Little help with CSS

Andy.N

Well-known member
Figure I can ask here for help from the experts.

EDIT: Requested filled

This involves some CSS knowledge. Can anyone help?

Thanks a lot
 
A link to the actual site where you want this changed would be helpful. ;)
Without being able to look at your actual site, best advice I can give you is toying around with padding & margin.
Links on the first post.
First link is the site where I have moved the search box but it does not display in the way I like.
Second like is how I like the search box to appear.

Thanks for your time.
 
In your stylesheet, find:
Code:
.searchbox{ padding: 10px 0;}

Replace with:
Code:
.searchbox{padding:10px 0;margin-top: -35px;}
Feel free to toy around with the -35, it's just a rough guess. ;)
Think that should do what you're after though.
EDIT: Also, Brogan is a ninja.
 
Top Bottom