I purchased Gem Magento Theme a while back and today I noticed that the product review page (Go to a product > under the product title > click Add review/ X Reviews) is broken. The right div containing the product name and other infos is forced below the product image and the following tabs are also broken. This page is also broken on the demo of this theme. Is there anything I can do about it?
3 answers
Hi Adrian,
I am sorry for not getting your points. It would be awesome if you can possibly include URL of your site and a screenshot with detailed explanation. I am happy to help you out.
Best Regards,
Ziven.
Sure. Have a look here: http://gem.demo.ubertheme.com/review/product/list/id/2/
It is from the official Gem Theme Demo. Same is the problem with my website too. The product details are coming below the product image and the ‘Write a Review’ tab is also out of shape
@adrian,
Please go to the file: skin/frontend/gem/default/css/styles.css at line 4711 and chang the code like below:
.product-view .product-shop {
float: left;
margin: 0 0 0 40px;
position: relative;
width:690px -> width: 390px;
}
At line 3417
ul.jm-tab-navigator li.item-review-form {
width: 245px; -> width: 250px;
}
Best Regards,
Ziven.