Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #388413

    Hi,
    I wanted to thank you in advance for all the help and support. It’s really appreciated.
    Please see the fullwidth layer slider on the home page of our staging site:

    I have a background image and an image layer on top (The blue area with the text and button) that I need to float to left. So the blue color alwars starts at the left of the slider no matter what resolution.

    There seems to be something preventing this from happening. I do have a float: left in the custom css

    I am running on a tight schedule to get this working for this weekend. Any and all help is much appreciated

    Thanks so much in advance
    Edna

    • This topic was modified 9 years, 2 months ago by Edna.
    #389052

    Hi Edna!

    try this code:

    #top #wrap_all .ls-wp-container .ls-slide > * {
    left: 0px !important;
    }
    

    Best regards,
    Andy

    #389391

    Hi Andy,
    I tried the code but now the image has lost it’s responsiveness. It kind of covers the girls face on the home page and is really very large in smaller devices.

    #389393
    This reply has been marked as private.
    #390387

    Hi,
    Any insight as to how fix this issue?
    Thanks so much in advance
    E.

    #390947

    Hi!

    I’m not sure of the exact setting in your layer that you need to change but you can add this to your custom CSS to fix it.

    #layerslider-text img {
      width: 100% !important;
    }

    If your still having trouble then send us a WordPress login and we’ll take a look at your settings.

    Cheers!
    Elliott

    #390958

    Hi Elliott,
    Thanks so much for everything. that did do the trick :)
    I just need to make the image a bit bigger.

    Thanks again for all. This issue can be closed
    Edna

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Layerslider image layer to float to left’ is closed to new replies.