How to move "VM-Search in top" position

GK User
Wed May 30, 2012 4:47 pm
On default it's set to show up in the sub-menu but I have removed the sub-menu as I only want the top menu to show. So basically how do I move it up one row to show at the end of the menu. See picture...
movesearch.png
User avatar
Senior Boarder

teitbite
Fri Jun 01, 2012 10:01 am
Hi

Please place it back to submenu and show me the site than. I'll tell You what code to use to make it.
User avatar
Moderator

GK User
Fri Jun 01, 2012 8:55 pm
teitbite wrote:Hi

Please place it back to submenu and show me the site than. I'll tell You what code to use to make it.


I sent you an email, thanks.
User avatar
Senior Boarder

teitbite
Sun Jun 03, 2012 1:48 am
Hi

Please add this code to css:

Code: Select all
#gkSearch {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
}

#gkSubmenuMod {
    background: none repeat scroll 0 0 transparent;
    height: 0;
}
User avatar
Moderator


cron