• Resolved chrisgadlage

    (@chrisgadlage)


    How can I manage the number of staff per row in Grid Layout? The default (in my current theme) is 3 apparently, but the pictures are too small for my liking. Turning off Grid Layout makes them single file, which looks meh. I think 2 is the ‘sweet spot’, but don’t know the custom CSS code to accomplish this.
    (I’m on a temporary domain while a transfer happens, so a link won’t likely be helpful.)

    Thank you for any help you can provide.

    https://wordpress.org/plugins/staffer/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not the developer, but I was fiddling about with it as well. To achieve this just add the following to your CSS:

    .staffer-archive-grid li {
        width:49%;
    }
    Thread Starter chrisgadlage

    (@chrisgadlage)

    IT WORKED!!!
    Thanks so much, zvdh. That looks SOOO much better.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Grid Layout – staff per row’ is closed to new replies.