PDA

View Full Version : Search Bar Repositioning


MIWASA
06-25-2014, 11:05 PM
Our Navbar, has become quite full and the Search Bar is getting in the way. Is there anyway, it can be moved above navbar and to the bottom right of header, or even below the navbar. I have been able to take the search and advance search out. It is just a matter of repositioning both of those. This is where i am stuck. When i try insert into the header template. It gets positioned at the top right hand side of the page but overlapping our settings and Log out tab. Any help would be appreciated.

MIWASA
07-01-2014, 07:10 AM
Anybody have any ideas, would be appreciated:D

Dave
07-01-2014, 08:43 AM
You can do something like this to the CSS class .globalsearch:

.globalsearch{
position:absolute;
right: 0px;
top: -50px;
}

Change the values to your needs.

MIWASA
07-01-2014, 07:59 PM
Thanks Dave, will give that a try