Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1117191

    SiobhanH
    Participant

    For some reason, even though I have Layerslider configured to full width/ responsive, inc. correct width and height measurements, it won’t display as full width live. It will display full width in Cornerstone though? https://www.she.space.
    (the first 2x sliders are using the above/ below masthead options in settings, it’s the bottom 2x sliders that I’m having problems with, thanks).

    #1117412

    Rahul
    Moderator

    Hey There,

    Kindly go through the following documentation of Layerslider first. If it still not working, get back to us. We’d be happy to assist you with it.

    https://community.theme.co/kb/integrated-plugins-layerslider/

    Thank You.

    #1117682

    SiobhanH
    Participant

    Yep, I’ve already been through this and the forum looking for answers.

    #1117774

    Joao
    Moderator

    Hi There,

    Would you mind providing your wp admin credentials in private reply so we can take a look on your setup?

    Thanks

    Joao

    #1119195

    SiobhanH
    Participant
    This reply has been marked as private.
    #1119823

    Rad
    Moderator

    Hi there,

    I went ahead and change your slider settings. You should set your slider size equivalent to the largest device you wish to optimize it. Then I added this CSS,

    .ls-bg {
        width: 100% !important;
        height: auto  !important;
        margin-top: 0  !important;
        margin-left: 0  !important;
    }
    

    Cheers!

    #1120021

    SiobhanH
    Participant

    Amazing work, all sorted. Thank you!

    #1120069

    Christopher
    Moderator

    You’re welcome.