• Resolved valquey

    (@valquey)


    Hello,
    MBM is a great plugin, with amazing features, thank you!
    About the display, I was very interested in the questions asked by Benmez, and the answer you gave.
    I have one more. It’s about the book cover display in the book page. Could you please tell me how to change its size ? I’d like to get it a bit smaller.
    Many thanks
    valquey

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

    (@mooberrydreams)

    There are two ways. If you want the book cover smaller and don’t care if it’s the same width of the left side column, use this code, changing the 75 to the number of your preference (less than 100 to decrease size):

    #mbm-book-page .mbm-book-cover img {
        width: 75%;
    }

    If you want the book smaller but to still match the width of the column, you would need to reduce the column width instead. Make the number any number less than 34 to decrease size:

    #mbm-book-page #mbm-first-column {
        width: 30%;
    }

    This code would be added in Appearance -> Customize -> Additional CSS

    Thread Starter valquey

    (@valquey)

    Thank you!

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