When I view my site on mobile the layerslider elements become cutoff and overlap. Is there anyway to fix this?
Hey mcraig77!
That is because of Responsivness and the CSS queries that need to work for mobile.
Have you added anything related to that? Do you know how to do it?
Regards,
Basilis
Ahoy Basillis –
I’ve maybe done it once but I’m no pro…I havent added anything like that
Hi,
The header look a bit broken on mobile view. There’s a huge gap on top of the logo. Remove it with the following code:
@media only screen and (max-width: 767px) {
#header_meta {
display: none;
}
}
In the layer slider settings, did you specify the value of the Layers Container field? This container will constrain the layers in the middle of the main layer slider container.
Best regards,
Ismael
Ahoy Ismael –
I’m not sure how to specify the value of the Layers Container field. Is that this area? The buttons are the issues… is there a way to make them just resize?
Hi,
The Layers Container field is located in the Slider Settings > Layout > Full-width slider settings section.
Best regards,
Ismael
Thanks