How to make Floating Module go to back
4 years 9 months ago #55431
by saovry
How to make Floating Module go to back was created by saovry
Please look at my attachment file..
My Menu is behind the Floating Module so some menus are block now..
How could we bring menu to front Floating Module..
My website that need to fix seekkhmer.com
My Menu is behind the Floating Module so some menus are block now..
How could we bring menu to front Floating Module..
My website that need to fix seekkhmer.com
Please Log in or Create an account to join the conversation.
4 years 9 months ago #55432
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic How to make Floating Module go to back
Hi
add this in a custom css area
This shall fix it
CEd
add this in a custom css area
Code:
#floatingmoduleck143 { z-index: 100 !important; }
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
4 years 9 months ago #55450
by saovry
Replied by saovry on topic How to make Floating Module go to back
When we scroll download those module still in front of those menus...
If we don't scroll, it is really the those modules go to behind all the menus and sub-menu but whenever we scroll down, those modules to display in front of those menu and sub-menu..
the problem still there...
If we don't scroll, it is really the those modules go to behind all the menus and sub-menu but whenever we scroll down, those modules to display in front of those menu and sub-menu..
the problem still there...
Please Log in or Create an account to join the conversation.
4 years 9 months ago #55461
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic How to make Floating Module go to back
I don't see the module floating anymore in your page ...
where have you added the css code ?
where have you added the css code ?
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
4 years 9 months ago #55482
by saovry
Replied by saovry on topic How to make Floating Module go to back
You need to login to see floating module..
you can try this
username : vannara
password : 123456789
Even though this menu module, your floating module is front of it also even we scroll down...
prnt.sc/rl92f5
thank u
you can try this
username : vannara
password : 123456789
Even though this menu module, your floating module is front of it also even we scroll down...
prnt.sc/rl92f5
thank u
Please Log in or Create an account to join the conversation.
4 years 9 months ago #55496
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic How to make Floating Module go to back
I have given you the code before ...
"143" is the module ID, so now you have used another module with ID 155 it becomes
you must add this css code in your page, using your template or any other method
Code:
#floatingmoduleck143 { z-index: 100 !important; }
Code:
#floatingmoduleck155 { z-index: 100 !important; }
you must add this css code in your page, using your template or any other method
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.233 seconds