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?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | slate-amazon-store.png | 132.2 KB | jwolf |
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?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | slate-amazon-store.png | 132.2 KB | jwolf |
Comments
Comment #1
jwolf commentedApparently, 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.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-jswithin the theme's local.css file.Comment #2
jeremycaldwell commented