I’m not totally sure what you want. Here are two options you can try. You would use this code where it says Additional CSS under Appearance -> Customize
If you want your buy buttons to be in a single column, use this code:
#mbm-book-links1 .mbm-book-buy-links-image {
display: block;
}
If you want your buy buttons to be in a single column and take up the whole width, use this code:
#mbm-book-links1 .mbm-book-buy-links-image {
width: 100% !important;
}
If you’re looking for something else, let me know.
Ah sorry. Yeah I’d like them in a single column, regardless the width of the page (or if there are sidebars, etc)
The first CSS block worked mostly. https://www.dropbox.com/s/qshyzzta9l3h0vf/books.png?dl=0
The “Available On” ends up under one of the stores.
Thanks!
The “Available On” goes with the Kindle logo. It is part of Amazon’s requirements for using their logo. You can move your kindle buy link to the top of your list for it to appear first, or you can create a new retailer for Kindle and upload your own image and then the text won’t appear at all.
Hope that helps!
AH!!! That does help!!! how interesting!! An easy fix, thanks!