Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #978016

    Hello there

    On the site as shown, I was wondering how to make the 4 columns appear as if they are overlapping the Advance Layer Slider above it – Example shown.

    #978165

    Hey whdsolutions,

    Try adding this to quick css:

    .template-page.content.av-content-full.alpha.units{
        position: relative;
        z-index: 9999999;
        margin-top: -100px;
    }

    Best regards,
    Jordan Shannon

    #978892

    AMAZING!!!

    Thank you!

    #978922

    Now this is making all the other pages content flow upwards :-)

    #978966

    Hi,

    Okay adjust it to this:

    .home .template-page.content.av-content-full.alpha.units{
        position: relative;
        z-index: 9999999;
        margin-top: -100px;
    }

    Best regards,
    Jordan Shannon

    #980198

    Thanks for this – these elements now go over the header…

    #980231

    Hi,

    No problem at all my friend. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Make the 4 columns overlap the Advanced Layer Slider’ is closed to new replies.