Tagged: LayerSlider
Hello enfold team,
Layerslider has been a royal pain in the butt. As you can see on my page sunpowertt the slider is about the size I want it to be however the caption is far out of the image on the top right and so much white space on top.
Right now the settings show slider width 2200 and height 1550. Changing these numbers seem to give random results. I cannot get it exactly the size I want to.
How can I fix this?
Thanks in advance.
Hey Zak,
captions seem to be fine for me:
Could you fix it already? If not please clear browser cache and hard refresh a few times.
Best regards,
Andy
Yes got it fixed. Changed pixel sizes to a percentage.
But its still a bit misaligned on mobile, any ideas?
Hi,
I can’t see any slider on mobile. Can you provide us a precise link where we can inspect the elements in question please?
Best regards,
Andy
Ok view it on mobile now, I had it hidden but no longer.
thanks
Hi,
try this code:
@media only screen and (max-width: 767px) {
p.ls-l {
margin-top: -18px !important;
margin-left: -50px !important;
}}
and adjust as needed.
Best regards,
Andy