XF 1.3 How to move search bar?

xland44

New member
I'm working on a site (www.sao-mc.com). Sadly, the search bar gets in the way of the logo (It overlaps the last letter).
The only thread I could find regarding this was this, but it didn't work (Most likely due to the fact that it was posted in 2011).
Does anyone have any solutions towards this?
I don't care by how many pixels, once I'll find a way to move it I'll just find a good spot for it.
 
Is it in the template search_bar.css?

(I searched there. I got something similar, but I didn't find -130. I found 18)

SwHJyJy.png
 
The fact that it is using !important means the style designer has added it.
Contact the designer or search for #QuickSearch in the templates.
It may be in EXTRA.css.
 
I found
<xen:include template="Defiance.css" />

#QuickSearch {
top: 252px;
}

but that was something that I myself added yesterday, while trying to fix the problem (It didn't affect the search bar at all).
Oh well, I'll ask the designer for help regarding this. Thanks for the info.

EDIT: Found it in Defiance.css. Thanks!
 
Top Bottom