Viewing 1 replies (of 1 total)
  • Plugin Author Alex Chernov

    (@alexusblack)

    Hello Iinum,

    yes example code in FAq is not optimized for mobile devices, you can use css media queries to optimize it for mobile devices. Add this code with example code from FAQ to you CSS file.

    @media screen and (min-width: 767px) {
      .njf-column {
        width: 100%;
        overflow: auto;
      }
    }

    This code will make one column layout on devices with width less or equal then 767px.

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive problems’ is closed to new replies.