custom product page issue
-
Hi,
I made custom layout for product page and now product description is where additional pictures are (I bought premium) and additional pictures are bellow main.I edited this part in catalogue-style.css
.prod-cat-addt-details-thumbs-div {
width: 550px;
height: auto;
min-height:370px;
max-height: 520px;
overflow-x: hidden;
overflow-y: hidden;
float: left;And that block came out as I want – wide and no scroll on side.
But when is more than 3 pictures, so additional pics are in 2 rows, block is (second row off thumbs) overlapping page footer, going out of entry content.
I can see in page source that gridster, which is obviously container of catalog elements, is 605pix by 880pix which is not enough.
Please, where can I set this in order to gridster spread more in hight or anything else to correct show products with two or three lines of additional pics.
Thanks in advance
Tom
The topic ‘custom product page issue’ is closed to new replies.