I recently had an issue with the buy now buttons displaying incorrectly when in large picture view. This seemed to affect Firefox and Safari browsers. An immediate fix has been sent to me by the help desk which requires minor editing of the themes.css file, until an update is available. This should only affect anyone using the business edition or higher I think.
"We have identified the specific code in the CSS which was the
> cause of the display issue in Firefox and Safari. We will fix this in an upcoming Shozam update.
> In the interim, you can apply the fix yourself to your custom theme by doing the following edit
> outside of Shozam. Basically go to the theme.css file in your "My Shozam Themes" folder and
> there look for:
> .lgMin
> {
> height: 592px;
> }
> Please change that code to:
> .lgMin
> {
> min-height: 592px;
> }
> FYI - Basically you re telling the main rectangle in the midlle of the Large Page to not be
> constrained at a fixed 592 px height but rather to be dispayed at AT LEAST that size. So, if there
> are more elements in that rectangle (like when you add a lot of caption text or several BUY
> buttons) then to allow this rectangle to expand vertically and accomodate the new elements."
Hope this helps anyone having the same issues.
Tom