I had a very nice product page organised with a add on called Easy Tabs. So the page looked like this:
http://webcache.googleusercontent.co…=www.google.es
See how the product information and the technical data are in separate tab.
Now the same product looks a bit scrappy.
http://www.gadgetsbaratos.es/tablet-…m-4gb-hdd.html
The issues that I see are this:
1. The photos of the product line up vertically now so the client has to scroll down a mile. In the old template (A free one!) the photos were gathered into a neat box.
2.The product information is gone! It is in the backend in the correct attributebut it is not showing up.
I need this to be slick as is fitting for an electronics website.
Many thanks for your help,
Iain
2 answers
1.Make the Product page single column layout and need to do some css code edits.
Post your site Url , admin details and the Ftp details.
I have fixed the second for you. I email you also. About the first issue please change this code
.product-img-box .more-views li {
display: block;
float: left;
line-height: normal;
margin-left: 7px;
}
to
.product-img-box .more-views li {
display: block;
float: left;
line-height: normal;
margin-left: 1px;
}
in skin/frontend/default/jm_easyshop/css/theme.css