• Resolved melissasue

    (@melissasue)


    Hello! I was wondering if there was a simple way to make sure that the book cover in the reviews displays at the actual size. Right now, it’s increasing the size of the image and distorting. I took a quick look at the CSS but I wasn’t sure and I would hate to mess it up.

    And also, is there any way to stop the plug in from showing the review down by the rating box at the bottom of the page?

    I love this plug in, thanks so much!

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

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

    (@w33zy)

    Hello MelissaSue,
    I am going to provide you with some CSS to add to your theme’s stylesheet, or you can add it using the “Custom CSS” section on the WordPress customizer.

    .rcno-full-book-cover {
        width: 155px;
        margin: 0 20px 0 0;
    }
    
    #rcno-review-score-box .review-summary {
        display: none;
    }

    Let me know if this is what you have in mind.

    Thread Starter melissasue

    (@melissasue)

    Well, it got me almost there. The second piece of code doesn’t display the review summary, but I also don’t get the little box that has the average of the review. I was hoping to keep that, but this will do fine ?? Thanks!

    Plugin Author Kemory Grubb

    (@w33zy)

    @melissasue, Add this so that the stars fit inside their container

    .rcno-full-book-cover .rcno-admin-rating .jq-star {
        width: 17px;
    }
    Thread Starter melissasue

    (@melissasue)

    Thanks! That was driving me bonkers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Size of Book Cover’ is closed to new replies.