Hi,
I’d like to have a content section overlapping the Layerslider. For that reason I gave the section a class: .overlap_slider_frontpage and added this to my CSS:`
.overlap_slider_frontpage{margin-top:-65px!important;z-index: 999!important; position: relative!important;}`
This code works perfect when using a full width easy slider but not with the Layer slider as you can see on the preview.
Any tips to solve this?
Thanks in advance!
Regards,
Steven
Hey steviger,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Basilis
Hi Basilis,
Thanks for your reply. However, you guys use to give support on this matter hence these posts: https://kriesi.at/support/topic/color-section-to-overlap-layerslider and https://kriesi.at/support/topic/color-section-with-content-overlap/#post-766242
EDIT: After some fiddling around, I found a rather simple solution. Instead of giving the color section a negative margin, don’t.
Solution:
Color section: .yourclass {z-index: 999; position: relative;}
In column row settings check: Custom top and bottom margin and set top margin to negative. Uncheck: Use same value…
Regards,
Steven