Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / product page attribute options fields and images layout

product page attribute options fields and images layout

Locked

Views: 981

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
21 Jan 2010, 12:27 PM
#1
sushigal avatar

sushigal

Zen Follower

Join Date:
Mar 2009
Posts:
435
Plugin Contributions:
0

product page attribute options fields and images layout

Hi, you can see the problem here;

http://www.thegreatgiftshop.co.uk/zencart/index.php?main_page=product_info&cPath=28_32&products_id=246

Looks untidy on the page. I'm new to css and would like to know where how and what to change so that the two images of the fonts are side by side and underneath the 'engraving text' field so that 'engraving text' and the actual field arn't seperated like that.

I think the images would look better side by side on one line too if poss?

Any help would be much appreciated all I know is it's most likely a change to be made to the stylesheet?

21 Jan 2010, 3:48 PM
#2
sushigal avatar

sushigal

Zen Follower

Join Date:
Mar 2009
Posts:
435
Plugin Contributions:
0

Re: product page attribute options fields and images layout

No worries, problem solved!

I didn't think so many people would have a similar problem and I was guided by other threads.....I found the file tpl_modules_attributes and moved this section;

<?php if ($options_attributes_image[$i] != '') { ?> <?php echo $options_attributes_image[$i]; ?> <?php } ?> <br class="clearBoth" /> <?php } ?>

to the very bottom. This now ensures that attribute images will appear below their attribute option name and not next to it which was causing the untidy layout. :clap: