• Resolved wordpresshelpnow

    (@wordpresshelpnow)


    Before, each letter books I used to have in rows, but now they are they not in rows. I will like all the books under letter category such as ‘A’ to be in the same row and probably with pagination.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Kemory Grubb

    (@w33zy)

    Your site seems to be missing some CSS styles for that page.
    Try adding this to your theme’s stylesheet

    ul.rcno-taxlist-book-covers {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        list-style: none;
    }
    ul.rcno-taxlist-book-covers li {
        flex: 0 1 85px;
        margin: 0 10px 10px 0;
    }
    ul.rcno-taxlist-book-covers p {
        display: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘Book Index Page Error’ is closed to new replies.