osompress / genesis-author-pro

Plugin: Genesis Author Pro
13 stars 4 forks source link

Styling of the Purchase Buttons on a Book Page #13

Closed dreamwhisper closed 7 years ago

dreamwhisper commented 8 years ago

What is happening now?

From https://github.com/copyblogger/synthesis-platform/issues/3141

The styling of the purchase buttons on the book page need slightly changing so that there's some space between them. Noticed this was a problem on a few themes including Agency and Rainmaker Pro.

rm-01

Specific Steps to reproduce the issue:

  1. Create a new book page and view it on the front end to view the position of the buttons.

    What is the expected behavior?

More spacing around the buttons. On some of the themes, the buttons appear underneath each other.

dreamwhisper commented 8 years ago

I'd recommend making the CSS for this section more specific:

.button-book {
  display: block;
  margin: 10px auto;
  text-align: center;
  width: 100%;
}

to

.book-details .button-book {
  display: block;
  margin: 10px auto;
  text-align: center;
  width: 100%;
}

Should be added to the WP plugin too since it will display this way outside of the Author theme.

Edit: corrected original CSS.

r-diamond commented 8 years ago

Package ready!