Hello, I need to add a widget over a layer slider. it needs to be constant/overlay and not in any one slide. Can you recommend how to do this. Thank you for your time…
Hi jubileephotography!
Add a widget area shortcode to your page content and then add a codeblock element to your content and add this inside the codeblock.
<style type = "text/css">
.avia-builder-widget-area { position: absolute; top: 0px; left: 200px; }
</style>
And then play around with the top and left values until it sits on top of the LayerSlider.
Regards,
Elliott