• This plugin is great — exactly what I need.

    Will someone please give me some pointers on how to display the search results in a grid? I’ve tried this with the style sheet, but it affects all of the site’s pages/posts.

    div.post {
    display: inline-block;
    width: 300px;
    height: 250px;

    Thanks in advance. 🙂

    https://wordpress.org/plugins/facetious/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter BestyBoopsie

    (@bestyboopsie)

    Help, please? Anyone? Bueller? 🙂

    Thread Starter BestyBoopsie

    (@bestyboopsie)

    OK, figured it out. 🙂

    If anyone else is looking for an answer, this is what worked for me.

    In my CSS:

    For the grid (adjust the width and/or height to suit your site):

    div.post {
    display: inline-block;
    width: 300px;
    height: 250px;
    }

    For other pages/posts that you don’t want to display in a grid:

    div#post-yourpageorpostidnumberhere {
    display: inline;
    }

    Hope this helps. 🙂

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

The topic ‘Results in a grid’ is closed to new replies.