Hi there,
I can’t seems to get rid of the vertical scroll bar within the product page.
http://chanhuat.com/v1/?product=bodum-brazil-coffee-press-8-cup
Is there a solution?
Hi atlas86,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.four.units.single-product-main-image {
overflow: hidden;
}
Not sure what is causing it but it may have gone away when using new images for a product or by regenerating image thumbnails using something like http://wordpress.org/extend/plugins/regenerate-thumbnails/ as well.
Regards,
Devin