• Resolved gabrielle99

    (@gabriellel66)


    Hi, is impossible to have some padding between the excerpt and/or genre box and the additional information box? Currently, the text is very close and a little hard to distinguish.

    Thanks in advance,
    Gabrielle

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

    (@mooberrydreams)

    You would need to add some custom CSS code. The following should do the trick, adjust the 10 to the number that works best on your site:

    .mbm-book-excerpt {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    If that doesn’t help, please include a link to your site so I can see exactly what the issue is. It may be a conflict with your theme that would need custom CSS specific to your site.

    Thread Starter gabrielle99

    (@gabriellel66)

    Thank you, that worked nicely! Much appreciated,

    Gabrielle

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

The topic ‘Padding before additional text box?’ is closed to new replies.