z-index of the J2Panel z-index
- Posted by Rob van Linda (5) Offline
Hello,
I purchased your J2Panel navigation extension and I love it.
But I have to change the z-index of the navigation for it shows up behind my content.
I have looked through the CSS file but I couldn't find the class which should be modiefied, even when using firebug.
Could you please tell me how to change this?
Thank you in advance for your help.
Best regards,
Rob van Linda
10 years 11 months ago #1
by Rob van Linda
I purchased your J2Panel navigation extension and I love it.
But I have to change the z-index of the navigation for it shows up behind my content.
I have looked through the CSS file but I couldn't find the class which should be modiefied, even when using firebug.
Could you please tell me how to change this?
Thank you in advance for your help.
Best regards,
Rob van Linda
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hi Rob, Can you share your website URL so I can take a look?
Btw, did you mean Menu2Panel? Because we have no extension called J2panel
10 years 11 months ago #2
by TemplatePlazza
Btw, did you mean Menu2Panel? Because we have no extension called J2panel
Please Log in or Create an account to join the conversation.
- Posted by Rob van Linda (5) Offline
Hi,
yes I meant the Menu2Panel
brainsoup.webdesign-labor.de is the site
You will see that the navigation is under the content. You will be able to mark the teyt with the mouse.
Thank you for helping.
Regards,
Rob van Linda
10 years 11 months ago #3
by Rob van Linda
yes I meant the Menu2Panel
brainsoup.webdesign-labor.de is the site
You will see that the navigation is under the content. You will be able to mark the teyt with the mouse.
Thank you for helping.
Regards,
Rob van Linda
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hi Rob, Can you add this css to your template css then let me know the result :
10 years 11 months ago #4
by TemplatePlazza
.mmenu {
z-index:9999!important;}
Please Log in or Create an account to join the conversation.
- Posted by Rob van Linda (5) Offline
Good morning,
this worked perfectly.
Thank you for your help.
I really love this navigation solution!
Is the hamburger icon retina optimised? I saw that you inserted the image with a data URL and that the width and height are 40px.
Is the actual size 80x80 px or higher?
Best regards,
Rob van Linda
10 years 11 months ago #5
by Rob van Linda
this worked perfectly.
Thank you for your help.
I really love this navigation solution!
Is the hamburger icon retina optimised? I saw that you inserted the image with a data URL and that the width and height are 40px.
Is the actual size 80x80 px or higher?
Best regards,
Rob van Linda
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Hi Rob, glad you like it.
Regarding the icon, sorry it's not retina optimised yet. But you can easily change that by overriding the css with this css code :
10 years 11 months ago #6
by andy
Regarding the icon, sorry it's not retina optimised yet. But you can easily change that by overriding the css with this css code :
a#mmenu {
background-image: url("youretinaimage.png"); }
Please Log in or Create an account to join the conversation.