Mobile Menu CK top bar being covered by Other Module 05-31-2021
3 years 6 months ago #60909
by tazzarkin
Please Log in or Create an account to join the conversation.
3 years 6 months ago #60912
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Mobile Menu CK top bar being covered by Other Module 05-31-2021
please add this custom css in your page
the problem is related to the "minitek wall" which has some custom positioning
Code:
.mobilemenuck-bar {
z-index: 100000;
}
the problem is related to the "minitek wall" which has some custom positioning
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
3 years 6 months ago #60915
by tazzarkin
Replied by tazzarkin on topic Mobile Menu CK top bar being covered by Other Module 05-31-2021
That did not work. (put it into the Custom SCSS in Gantry)
I think it's the Gantry layout. Because I have a custom title (just basic CSS and Text) and it starts at that Module, before the Minitek Wall.
I have 2 modules in that Joomla Position (news-a), my Title Custom Module, and then the Minitek Wall. Even after I disable them, it always has the same problem when it reaches that part.
It is strange. I never had a component conflict with my Gantry before.
I think it's the Gantry layout. Because I have a custom title (just basic CSS and Text) and it starts at that Module, before the Minitek Wall.
I have 2 modules in that Joomla Position (news-a), my Title Custom Module, and then the Minitek Wall. Even after I disable them, it always has the same problem when it reaches that part.
It is strange. I never had a component conflict with my Gantry before.
Please Log in or Create an account to join the conversation.
3 years 6 months ago - 3 years 6 months ago #60916
by tazzarkin
Replied by tazzarkin on topic Mobile Menu CK top bar being covered by Other Module 05-31-2021
Do you have any other ideas?
PS - It only happens on my main page. The other 50 pages don't have that problem, and they all use my Title Module and the Minitek Wall. So, I am 99% sure it is not Minitek or my Title Module.
PS - It only happens on my main page. The other 50 pages don't have that problem, and they all use my Title Module and the Minitek Wall. So, I am 99% sure it is not Minitek or my Title Module.
Last edit: 3 years 6 months ago by tazzarkin.
Please Log in or Create an account to join the conversation.
3 years 6 months ago #60917
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Mobile Menu CK top bar being covered by Other Module 05-31-2021
please replace it with
this shall work
Code:
.mobilemenuck-bar {
z-index: 100000 !important;
}
this shall work
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
3 years 6 months ago #60919
by tazzarkin
Replied by tazzarkin on topic Mobile Menu CK top bar being covered by Other Module 05-31-2021
Thank you. That worked!!
This is what I have learned.
1) If I put the module in one Gantry position, it would go over the Mobile Menu CK.
2) If I put the module in a different Gantry position, it would go under the Mobile Menu CK (behave normally).
Do different template positions have a different z-index too? I thought it only applied to Modules.
Anyways, it does work now. Thank you!
This is what I have learned.
1) If I put the module in one Gantry position, it would go over the Mobile Menu CK.
2) If I put the module in a different Gantry position, it would go under the Mobile Menu CK (behave normally).
Do different template positions have a different z-index too? I thought it only applied to Modules.
Anyways, it does work now. Thank you!
Please Log in or Create an account to join the conversation.
Time to create page: 0.226 seconds