newbie help padding issue

Echelon

Active member
need help. cannot find the css and code anywhere to move the search to another position.....searched for hours but cannot find it

search.webp
 
it is in

search_bar.css

you can find the class or css id using

Search Templates option in ACP

so, you have to modify the css directly or add in extra css

in extra.css add like this

#QuickSearch
{

left: 5px!important;




}
 
it is in

search_bar.css

you can find the class or css id using

Search Templates option in ACP

so, you have to modify the css directly or add in extra css

in extra.css add like this

#QuickSearch
{

left: 5px!important;




}

Great!!!. thanks a lot. but this one not te be found in searchbar.css ass well.....how to set this "top:51.5px" to 49px?

thnx for taking my stress away
 
Top Bottom