Plugin Support
Laszlo
(@laszloszalvak)
Hi @nobuhlesibusiso
Your slider won’t get smaller:
I checked the linked page, and the problem is connected to the height of your second slide ( the one with the text “Our services will meet your needs!” ).
On that slide you created distance between the two texts by adding multiple line breaks with br tags, and all of those will increase the height of your content, the slide and the slider, since:
- Your slider is minimum as tall as the tallest slide in the slider.
- and the slide is minimum as tall as its content.
So if you have at least one slide in the slider that is higher than your slider, then the height of the slider and all of its slides will be increased according to the height of the tallest slide.
Reducing the height of your second slide will fix the problem.
Tip for reducing the height of your second slide:
If I understand correctly, then your goal is to make one text appear at the top of the slide and the other at the bottom of the slider. For this you should rather add a Row with a single Column: https://smartslider.helpscoutdocs.com/article/1811-row
then you could put the text ( that should appear at the top ) into the column.
After that you should add the second text outside of the Row as a separate Text Layer or Heading layer
Finally you should enable the “Stretch” ( https://smartslider.helpscoutdocs.com/article/1811-row#general ) option of the Row. That way the Row would fill the available vertical space in the slide, so the text that was not added into the Row, would be pushed down to the bottom of the slide. And this way the height of your slider won’t be increased either.