Move Seach Bar Between Logo and Service Menu

Can someone tell me what tag or database field I need to edit to move the main search bar in the template from its current resting place to sit between the main logo and the service menu. Similar to the placement that facebook currently has.

Thank you

Dustin

Quote · 20 Aug 2013

Hi,

Go to this file:

/templates/base/css/general.css

(You may also need to add this to your current template too)

 

Arround line 173 you will see #sys_search_wrapper

Change to this:

#sys_search_wrapper {

position: relative;

left: 800px;

}

 

You can adjust this 800px to whatever you want.

See here for help on positioning:

http://www.w3schools.com/cssref/default.asp#positioning

 

Rich

This is my signature, there are many like it but this one is mine...
Quote · 20 Aug 2013

Thank you, worked perfectly!

Quote · 22 Aug 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.