Great!!! That would have added it back in where you removed it from the code...
Now on to the next:
Make these changes/additions to the stylesheet
Code:
#productDescription {
float: right;
width: 68%;
}
#productAdditionalImages {
width: 180px;
}
#productAdditionalImages img {
margin : 1em 0 1em 0;
float : left;
}
Reduce this tag to a single entry by deleting it from others
.additionalImages {
clear: both;
}
Now back to the code:
#productAdditionalImages exists outside of the div, id=productGeneral, class=centerColumn and is probably from moving/editing tpl_product_info_display.php.
Check where the center div begins & ends and where the additional images starts. This needs to be contained within or before the end of the center to be able to move them up higher
Bookmarks