As demonstrated on my website: http://moonbooks.net/amazon_store

There is an odd graphical 'bubble' after every product. How would I go about fixing this?

CommentFileSizeAuthor
#1 slate-amazon-store.png132.2 KBjwolf

Comments

jwolf’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)
StatusFileSize
new132.2 KB

Apparently, that odd graphical 'bubble' is the amazon_store's "Reset selections" button. With javascript enabled in the browser the button is set to display:none; because the button's markup contains a class, no-js, within it.

html.js .no-js {
display:none;
}

I am unfamiliar with Amazon Store module and can only suggest that you may want to disable the "Reset selections" button or override the style of no-js within the theme's local.css file.

jeremycaldwell’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.