• Resolved soondata

    (@soondata)


    I have a problem with the slider on mobile devices.

    If i browse to my page with phone in the “standing” layout, it looks fine, no slider is presented. But if i tilt the phone the slider shows up as it should, however it is very small and also breaks the other widgets in the same column.

    To make it display properly i have to reload the page with mobile in tilted layout.

    Screendump before tilting

    After tilting

    After reload

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Suzie

    (@suziekh)

    Hi,

    The issue is because you have added the widget in a content area with a smaller width. We can provide you a CSS code for fix, however, this is not an issue coming from our plugin.

    Add it to Appearance > Customize > Additional CSS.

    
    @media screen and (min-width:680px){
        .widget.wdslider{
            min-width: 160px;
        }
    }

    Thanks and have a nice day!

Viewing 1 replies (of 1 total)

The topic ‘Mobile Screen tilt not working?’ is closed to new replies.