Title: Bookcover layout
Last modified: January 30, 2021

---

# Bookcover layout

 *  Resolved [valquey](https://wordpress.org/support/users/valquey/)
 * (@valquey)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/bookcover-layout/)
 * 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](https://wordpress.org/support/users/mooberrydreams/)
 * (@mooberrydreams)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/bookcover-layout/#post-13980182)
 * 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](https://wordpress.org/support/users/valquey/)
 * (@valquey)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/bookcover-layout/#post-13992634)
 * Thank you!

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

The topic ‘Bookcover layout’ is closed to new replies.

 * ![](https://ps.w.org/mooberry-book-manager/assets/icon-128x128.png?rev=1122342)
 * [Mooberry Book Manager](https://wordpress.org/plugins/mooberry-book-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mooberry-book-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mooberry-book-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/mooberry-book-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mooberry-book-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mooberry-book-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [valquey](https://wordpress.org/support/users/valquey/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/bookcover-layout/#post-13992634)
 * Status: resolved