Dear Hannah @HW
Just to help me understand,
You are using the carousel addon in fullscreen
You have a text slide but you want the text 'within' that slide to be separated by space in the middle - (text on top_ /space/_text on bottom )
Your Code:
<p>testschrift1</p> <p style="vertikal-align: bottom;">testschrift2</p>. <p>testschrift1</p><p style="postion: absolute; bottom: 0px;">testschrift2</p>I have recreated what i thought you were after:
Screen Shot 2020-12-08 at 3.07.30 PM.png
source code ( i have added the classes manually):
Then added in Custom CSS within 'Lay Options - Custom CSS & HTML' I can address the class:
.slide-text{ height:100%; } .text-bottom{ position: absolute; bottom: 0; left: 0; }Screen Shot 2020-12-08 at 3.11.25 PM.png
This works for me, however let me know how you go! :)
Best wishes Hannah and have a lovely day
Richard