Tagged: Layer Slider
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
Hi Edna!
try this code:
#top #wrap_all .ls-wp-container .ls-slide > * {
left: 0px !important;
}
Best regards,
Andy
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.
Hi,
Any insight as to how fix this issue?
Thanks so much in advance
E.
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
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