Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #286236

    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

    #286370

    Hi,

    Can you post the link to your website please?

    Try setting a fixed height setting here:

    Regards,
    Josue

    #286541
    This reply has been marked as private.
    #286549

    I checked the slider and I have already set a fixed height. The slider is 1920×600 with responsive mode activated.

    #286791

    Hey!

    Try adding this code to the Quick CSS:

    #layer_slider_1 {
        min-height: 600px;
    }

    Cheers! 
    Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.