• Resolved jwilker

    (@jwilker)


    I noticed that (i assume) since I don’t use a sidebar that my buy buttons are sort of wrapping. I’ve seen other sites with a sidebar on the right, and their buttons align properly.

    Anything I can do to fix this or a larger fix possible?

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

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

    (@mooberrydreams)

    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.

    Thread Starter jwilker

    (@jwilker)

    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!

    Plugin Author mooberrydreams

    (@mooberrydreams)

    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!

    Thread Starter jwilker

    (@jwilker)

    AH!!! That does help!!! how interesting!! An easy fix, thanks!

    Plugin Author mooberrydreams

    (@mooberrydreams)

    you’re welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Buy Buttons Not lining up’ is closed to new replies.