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

    When I view my site on mobile the layerslider elements become cutoff and overlap. Is there anyway to fix this?

    #628695

    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

    #628804

    Ahoy Basillis –

    I’ve maybe done it once but I’m no pro…I havent added anything like that

    #629996

    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

    #630308

    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?

    #631237

    Hi,

    The Layers Container field is located in the Slider Settings > Layout > Full-width slider settings section.

    Best regards,
    Ismael

    #631538

    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Advanced Layerslide on mobile Issues’ is closed to new replies.