• Resolved Vimal

    (@vimalwplogin)


    how to get two columns in mobile for grid layout?

    Tried the below code it worked in inspection mode but when applied it doesn’t work

    @media screen only (max-width: 797px) {
    .grw-reviews{
    display:grid !important;
    }
    .wp-gr .grw-reviews {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1px;
    overflow: hidden;
    scrollbar-width: none;
    flex: none;
    }
    }

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author richplugins

    (@richplugins)

    Hi @vimalwplogin,

    Actually I think we can make it easer, please send direct link to your website page where you installed the reviews and we will think about a CSS code for that.

    Thanks!

    Thread Starter Vimal

    (@vimalwplogin)

    Thanks for response.

    https://dev.sreetantricastrology.com/testimonials/

    In mobile layout the reviews are stacked in single column, and try to make it as 2 column

    Plugin Author richplugins

    (@richplugins)

    Hi @vimalwplogin,

    We checked this and it looks absolutely fine on your website. For mobile it shows one column. For two columns it will be bad because the columns will be too narrow. Below is a screenshots from my iPhone.

    Please let me know if something is not right.

    Thanks!

    Thread Starter Vimal

    (@vimalwplogin)

    I too agree with that. but its just my client demand.

    Plugin Author richplugins

    (@richplugins)

    Hi @vimalwplogin,

    Thank you for your reply!

    At the moment this feature is available for the business version of the plugin. However, I think we will investigate the possibility of adding that option to the free version. In any case we can notify you if it will be available in the free plugin.

    Thanks!

    Plugin Author richplugins

    (@richplugins)

    Hi @vimalwplogin,

    We glad to announce that it’s implemented in the current release 5.2, please use Columns Options in your reviews widget.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.