Product review page is out of alignment in GEM

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

Profile photo of Ziven Staff 100280.00 $tone June 5, 2015
Public

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.

#1
Profile photo of Ziven Staff 100280.00 $tone June 5, 2015
Public

@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.
 
 
 
 

#3

Please login or Register to Submit Answer

Written By

Comments