I’m not seeing that issue when I use the TwentySeventeen theme. Can you post a link to your site so I can see exactly what’s happening and what might be needed to fix it?
Thank you, the screenshot helped as I can see it’s happening on titles more than 2 lines long.
The following code should fix that. You can change the 300 to whatever height you need for your site. This code should be put into a child theme’s stylesheet or in the Additinal CSS section on the Appearance -> Customize settings page.
span.mbdb_float_grid {
height: 300px !important;
}
As for the Genre header, that is not something that is happening on my site with the TwentySeventeen theme, but something similar to this should work, again, changing the 2 to whatever setting works for your site.
.mbm-book-grid-heading1 {
padding-top: 2em;
}
Beyond that, without being able to see the specific site and the code underlying it, I can’t give any more specific help.
You are speaking way above my head.
I don’t know what you’re telling me to do.
Log into your WP Dashboard.
Click on Appearance.
Click on Customize.
Open the Additional CSS section.
Copy and paste in the above code.
Thank you – I had to increase the numbers, but it looks much better now.