Hello,
I created a page with a fullwidth slider and a color section with three columns in one row.
I positioned the color section so, that the columns go into the slider above. On the desktop version everythin is fine. But on my smartphone (samsung) the slider covers the first column.
I already tried to fix it with a z-index. But it doesn´t work. The link is http://www.tramax-marketing.de
Could you help me in this case?
Best Regards
Holger
Hi Holger,
I’m not sure I understand what you mean by that, could you post a screenshot of the problem and what exactly you want to change please?
Best regards,
Rikard
Hello Rikard,
how can I post a screenshot or an image here?
Best Regards
Holger
Thanks Niko,
here is the link: https://imgur.com/a/atwTJiw
There you can see, that the green box is behind the slider image. It should be before / over the image
Working with z-index seems not to work.
I have the same problem in my Thread basically. Did you find a solution yet?
Hi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top.home #fullscreen_slider_1 {
z-index: 1 !important;
}
}
Hope it helps :)
@ragepx if that doesn’t help, just remove the code and give us a link to your site with the issue and we’ll try to give you a css code that should work.
Best regards,
Nikko
Hey Nikko,
I added the Link in the private content below, please have a look!
Thanks!
Hi ragepx,
Thanks for giving us the link to your site.
Can you try adding this css code in Quick CSS:
#top #footer {
z-index: 20;
}
Let us know if this works :)
Best regards,
Nikko
Hey Nikko,
worked perfectly! Thanks a lot! :-)
Hi,
Glad that we could help! Please feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day :)
Best regards,
Nikko