Hi !
I find out a strange thing. :D
I use layerslider in full width setting, so It’s responsive and it fill all the browser width.
I have this problem: when the page is loading I see the content of the page at the top of its space while the slider is invisible and doesn’t take its place. Then when the slider is loaded ( it is the last ) all the normal content is pulled down and finally the slider take its place.
In the end when the page is loading the content is widely moved in the layout and it can be disturbing for some user or customer.
Is there a way to avoid that ? Or is it impossible ?
Thank you and greetings
Charmenoir
Hi,
Can you post the link to your website please?
Try setting a fixed height setting here:
Regards,
Josue
I checked the slider and I have already set a fixed height. The slider is 1920×600 with responsive mode activated.
Hey!
Try adding this code to the Quick CSS:
#layer_slider_1 {
min-height: 600px;
}
Cheers!
Josue