Ext menu, search and language filter modules 10 Years, 8 Months ago
|
Karma: 0
|
Hello,
I am currently make my site with Joomla 3.22 and protostar.
The menu module works fine, but when putting the search and language filter module on the same line then the menu, the search and language filters stopped working. I tried the code you suggest in another thread, but it doesn't work for me.
Thanks for help,
Foodstyling.
|
|
|
|
|
Re:Ext menu, search and language filter modules 10 Years, 8 Months ago
|
Karma: 760
|
Hello,
Where we can see the problem?
Regards,
ARI Soft
|
|
|
|
|
Re:Ext menu, search and language filter modules 10 Years, 8 Months ago
|
Karma: 0
|
What a quick answer!
The site is local for the moment, because it is not ready yet. if needed, I can put it on a test server in the morning.
|
|
|
|
|
Re:Ext menu, search and language filter modules 10 Years, 8 Months ago
|
Karma: 760
|
Let us know when the site will be available online and we will investigate the problem.
Regards,
ARI Soft
|
|
|
|
|
Re:Ext menu, search and language filter modules 10 Years, 8 Months ago
|
Karma: 0
|
|
|
|
|
|
Re:Ext menu, search and language filter modules 10 Years, 8 Months ago
|
Karma: 760
|
Add the following CSS rule:
.navigation .search,
.navigation .mod-languages
{
position: relative;
z-index: 10000;
}
Regards,
ARI Soft
|
|
|
|
|
|