I applied an ID to the LayerSlider, and then applied the following styling:
#layerslider_01{
min-height: 50%;
max-height: 50%;
}
which resulted in
where the contents of the LayerSlider have been rescaled.
This is obviously not the desired result – I would like the LayerSlider’s height to be min 50% of window size. Could someone please help me to achieve the desired result? (NB min-height
on its own had no effect whatever.)
Hey martinbelton!
Unfortunately getting the height of the window size is a bit tricky with css. In the context of a LayerSlider your only route would be experimenting with the ID and slides inside.
In general though individual customization requests are not covered under the scope of support so please keep that in mind.
Best regards,
Devin
OK, many thanks.