Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #889693

    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

    • This topic was modified 6 years, 4 months ago by MatejDolensek.
    #889896

    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

    #889956

    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

    #890177

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.