Tagged: colorsection, LayerSlider, overlap
Hey!
I want color section to overlap Layerslider, it was working for me before using code seen bellow. But now for some reason the it doesn’t work anymore. I’ve also double checked that i have the right ID for the color section.
#storitve-1 {
z-index: 10000;
position: relative;
margin-top: -100px;
}
Thanks for your help
Hey MatejDolensek,
I’m not sure exactly what results you are looking to achieve, but did you try to increase the top margin of the section?
#storitve-1 {
z-index: 10000;
position: relative;
margin-top: -200px;
}
Best regards,
Rikard
Hey,
I want those three green and black boxes “services” to overlap Layerslider a bit. Like in your Enfold Medical demo. The funny thing is that I’ve already achieve that, but for some reason it doesn’t work any more.
Best regards,
Matej Dolenšek
Hi Matej Dolenšek,
Can you please disable caching and minification?
Try this code
#storitve-1.avia-section-huge .content {
padding-top: 0;
margin-top: -100px;
}
Best regards,
Victoria