
Originally Posted by
CandyCherub
Hello,
I am very new to zen cart and the apple zen template has simply been awesome. It made it easier to attempt setting up my website.
I would like all the attributes to appear on a single line. At the moment the best I could do was get a maximum of 4 attributes per row. Here is an example of the
product page.
My second question - is there any way that I can get the second (_01) and third images (_02) to appear at the right of the main image rather than at the bottom of the page?
Thanks for any help you can provide
First of all, you've got to fix your logo, in Firefox it is GINORMOUS. Change the logo section to this:
Code:
#logo {
width:48em; /* To prevent the logo from resizing, simply delete or comment out this section */
}
#logo img {
width:100%;
}
to get more attribute images per row, go to "Catalog", "option name manager", choose "edit" for the option, then put the attribute images per row there. I don't know that more than 5 would fit though.
To move the additional images up, open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and move the additional images chunk of code up to below the main image chunk of code. There will probably be some css changes needed, but first of all you have to move the chunk.
Bookmarks