Shopp on product page for Wordpress
I notice there is issues with hidden scroll on the Details & Specs. The details in body appear to be cut off on some words without break the line itself. You don't want to show the scroll but show the correct width in body. I manage to make simple edit on css file that found from the directory - plugins/shopp/templates/shopp.css
Open in editor, I use TextEdit. Look for "Product Pages" and edit correct by follow:#shopp dl { overflow: hidden; } change to...#shopp dl { width: 490px; }* It depend on which theme how it would cause.>> Using: WordPress 3.3.2, theme: Crafty Cart 1.0.6, plugin: Shopp 1.2.1
Open in editor, I use TextEdit. Look for "Product Pages" and edit correct by follow:#shopp dl { overflow: hidden; } change to...#shopp dl { width: 490px; }* It depend on which theme how it would cause.>> Using: WordPress 3.3.2, theme: Crafty Cart 1.0.6, plugin: Shopp 1.2.1





