Viewing 1 replies (of 1 total)
  • Plugin Author JoomUnited

    (@joomunited)

    Hi,

    You can do that by adding this custom CSS code in you latest posts advanced tab:

    @media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
    .wplp_container .flex-direction-nav a {
    display: none;
    }
    }

    Let me know, cheers,

Viewing 1 replies (of 1 total)

The topic ‘Mobile scrolling’ is closed to new replies.