• Resolved jayznj

    (@jayznj)


    Hi there,

    I’d appreciate any help with this as I cannot work out how to change it or find any info on the Mooberry documentation.

    I’ve created a book grid that is in the sidebar of my website. The trouble is, the font is much bigger and more spaced than I want it. I would like it to use the same font as the rest of my site.

    I cannot for the life of me work out how to fix it.

    Does anyone have any ideas please?

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

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

    (@mooberrydreams)

    Hello,

    I can help you with some custom css code to fix this, but I’m out of town until Monday.

    • This reply was modified 4 years, 9 months ago by mooberrydreams. Reason: Typo
    Thread Starter jayznj

    (@jayznj)

    Any help will be appreciated. I’ve been trying to do the CSS but I’m not a programmer 🙂 Thank you.

    Plugin Author mooberrydreams

    (@mooberrydreams)

    Something like this will help, and you can change the 12 to the size you like:

    
    .widget-area.sidebar .mbdb_grid_title {
        font-size: 12px;
        line-height: normal;
    }
    

    A couple of your titles are long, so if you want to space them out you can add this as well, adjusting the 200 to your liking:

    
    .mbdb_float_grid {
      height: 200px !important;
    }
    

    (If you aren’t sure where you put this code, you can go to Appearance -> Customize and scroll down to Additional CSS and put it there.)

    Hope this helps

    Thread Starter jayznj

    (@jayznj)

    That is really helpful, thank you. It’s certainly helped the problem and everything looks a lot better.

    Do you know if there is a way to use code like this to target a specific book grid using the book grid ID number at all?

    Thanks for your help

    Jason

    • This reply was modified 4 years, 9 months ago by jayznj.
    Plugin Author mooberrydreams

    (@mooberrydreams)

    Unfortunately there is not, but that is a great idea and I will add it in a future update!

    Thread Starter jayznj

    (@jayznj)

    Thank you. It would be really helpful as I used a grid with all my books and then a recent release grid and it would be nice to format each one slightly differently. Loving the plugin and really appreciate all your help. It would be nice if there were some formatting options built into the grid creator too as I think it would make it much easier for authors who aren’t good with technology to use the plugin.

    Plugin Author mooberrydreams

    (@mooberrydreams)

    Yup, that’s on my list to come! Thanks!

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

The topic ‘Book Grid Font Issue’ is closed to new replies.