Hi,
Thanks for making such good theme. I am all set with my website, there is just one issue which is left for final view for my website.
All is good with desktop version, I have issue with layerslider width on mobile and tablets. I have tried all Layer Slider setting and codes from previous forums but nothing helps. Please check website on phone and tablet and let me know how to fix it.
Below is link to my website:
Thanks.
Hey segothe!
All responsive settings for LayerSlider are handled within the plugins settings and on each of your layers. Setting the position of your elements, where the responsive break is and the container size are where you will be able to clean up your responsive issues.
Looking at your slides, each of the left hand text elements is outside the edges of the site which is probably the root of your issue since LayerSlider will keep that same proportion as you shrink down the width. So you need to move the elements to fit better.
Best regards,
Devin
I tried changing this as below, but didn’t work.
element.style {
width: auto;
height: auto;
padding: 0px;
border-width: 0px;
left: 0px;
top: 0px;
}
Can you help me with code or way to set it up. It will be great help.