Tagged: advanced layer slider
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.
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
AMAZING!!!
Thank you!
Now this is making all the other pages content flow upwards :-)
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
Thanks for this – these elements now go over the header…
Hi,
No problem at all my friend. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon