Recent Topics

1 May 05, 2009 18:21    

My b2evolution Version: 2.x

Currently, my title appears going behind the search bar function on the skin 'b2eviant'. I would like to be able to move the search bar to the far right side of the page. Is there a way to change the justification on the search bar?

Many thanks!

2 May 06, 2009 15:38

.search_box {
width: 199px;
position: absolute;
bottom: 7px;
clear: both;
left: 170px;/* change this sth like 200, 250px to move to right*/
border: none;}

3 May 06, 2009 17:11

Excellent - thanks!

Sorry for the beginner-type querry.
(I'm still trying to see under the hood of CSS...)


Form is loading...