• Something easy for my client to use.
    Thank you.

    Useful to know that you would want to make the grid return to 1 column on mobile devices, by using this code:

    @media screen and (max-width: 650px) {

    .column {
    width: 100%!important;

    }
    }

    In your theme style sheet.

  • The topic ‘Excellent Plugin’ is closed to new replies.