• Resolved shakarum

    (@shakarum)


    Hi

    As a default, the members directory shows 2 columns. I would like to change it to 3 or 4 columns. I know that file “members-grid.php” is responsible for that, but I don’t find there a parameter which I can change.

    Any help?

    Thanks
    Tzahi

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

    (@mansurahamed)

    Hi @shakarum,

    You can use custom css code to achieve that following code should show 4 column.

    .masonry-brick{max-width:20% !important}

    However, depending on the screen size it won’t look good in small screen devices.So make sure to use this code inside css media query and limit the code over a particular screen size. To learn more about css media queries, see this

    https://www.w3schools.com/css/css_rwd_mediaqueries.asp

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Change the members directory page from 2 columns to 4’ is closed to new replies.