move search bar?

Rukiri

Member
I can't seem to find the template or css settings to change the location of the search bar.
The reason I need to change it is because I changed the look of the navigation menu and the search bar is over my welcome avatar.

image.
Untitled-2.webp
 
PAGE_CONTAINER, towards the end of the template:

Code:
<header>
 <xen:include template="header" />
 <xen:edithint template="navigation" />
 <xen:edithint template="search_bar" />
</header>
 
I found where to edit the searchbar and can move move it, left, right, or down. However I'm not able to get it above the navigation bar.

resolved, forgot about using top: xxpx;
 
Top Bottom