Hi,
I created a layout with the layer slider, selecting it from the page builder. All if a sudden, the page would no longer display the slider. I was able to get it to display using the shortcode, but there is now a gap under the slider that I can not eliminate.
I’m hoping I can get the layer slider to work as a selection from the page builder.
Thanks
Hey richardweisskopf!
Drag a codeblock element to your page and add this inside.
<style type = "text/css">
main.template-page {
padding-bottom: 0 !important;
}
</style>
Best regards,
Elliott
Hi Elliott,
Thank you for providing world-class support for a world-class theme.
Its much appreciated.
Richard