Ajax live search hides behind menu

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Wed Apr 11, 2012 9:00 am
Hi,

I installed a Joomla search component and module called "Universal AJAX Live Search" and the drop down list of the "live search" is hiding behind the menu. I know that this kind problem is not so rare in some templates, and maybe is a conflict with the animation of the menu.

I just change every possible setting in the template menu removing the animations and the slide/fade feature but the problem remains.

this is an image of the problem:

Image

Any advice? I know that maybe I had to add some code to the template in the menu code area but I dont know what code add or where. Please help.
User avatar
Expert Boarder

Konrad M
Wed Apr 11, 2012 9:03 am
Hi,
Can you give us url to your site?
User avatar

GK User
Wed Apr 11, 2012 9:05 am
Konrad M wrote:Hi,
Can you give us url to your site?


http://www.bandaspr.com
User avatar
Expert Boarder

Konrad M
Wed Apr 11, 2012 9:10 am
Try add to override.css
Code: Select all
#search-results {
z-index: 10000 !important;
}

and remember to enable override.css option in template settings
User avatar

GK User
Wed Apr 11, 2012 9:20 am
Konrad M wrote:Try add to override.css
Code: Select all
#search-results {
z-index: 10000 !important;
}

and remember to enable override.css option in template settings


Worked perfectly!!! Thanks for the fast support!!! :D
User avatar
Expert Boarder

Konrad M
Wed Apr 11, 2012 9:21 am
I'm glad I could help ;)
User avatar


cron