• Resolved sinergyinaction

    (@sinergyinaction)


    Hi,
    I just installed Novelist plugin and am using the [novelist-books] shortcode to create my own grid:

    [novelist-books columns="6" series="none"? full-content="true" orderby="date"]

    But the result is that all the text and image are kind of compressed in a single column, as shown in the indicated webpage.
    I also disabled the automated /books/ archive.
    What would be an appropriate shortcode instantiation so that the book description is spread over the length of the page?
    Regards.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ashley

    (@nosegraze)

    It looks like you only have one book on the page, but you are setting the shortcode to have 6 columns. Therefore the plugin is making room for 6 books in a single row, but there’s only actually 1 book being displayed, which results in it looking like this.

    If you want one book to span the full width of the page then you need to change the “columns” value to “1”, like this:


    [novelist-books columns="1" series="none" full-content="true" orderby="date"]

    Thread Starter sinergyinaction

    (@sinergyinaction)

    Ok Thanks.
    Now it works as expected
    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Weird grid formatting’ is closed to new replies.