Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Product Description and Additional Images moved around?

Product Description and Additional Images moved around?

Views: 748

Results 1 to 4 of 4
10 Aug 2014, 11:01 PM
#1
dat311 avatar

dat311

New Zenner

Join Date:
Jun 2011
Posts:
65
Plugin Contributions:
0

Product Description and Additional Images moved around?

Hello,

My website listing: http://lunapetuniadesigns.com/index.php?main_page=product_info&cPath=1&products_id=68

I recently upgraded Zen Cart and now my Product Description starts at the top next to the Product Photo (used to start below the photo) and my Additional Product images are all the way at the bottom of my page.

Will someone please help me figure out how to fix this? Sorry, I am not too experienced with this. :blush:

Thank you for any help!!!!!

10 Aug 2014, 11:12 PM
#2
dat311 avatar

dat311

New Zenner

Join Date:
Jun 2011
Posts:
65
Plugin Contributions:
0

Re: Product Description and Additional Images moved around?

Okay, I was able to fix the problem with the description by doing this:

in /includes/templates/darkness/css/stylesheet.css

add at the bottom:
div#productDescription {clear:both;}

BUT I am still having trouble moving the additional photos back to the top underneath the main photo.

Thank you!!

11 Aug 2014, 3:31 AM
#3
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Product Description and Additional Images moved around?

dat311:

Okay, I was able to fix the problem with the description by doing this:

in /includes/templates/darkness/css/stylesheet.css

add at the bottom:
div#productDescription {clear:both;}

BUT I am still having trouble moving the additional photos back to the top underneath the main photo.

Thank you!!

Not able to view the site using tools that would help with css related changes, but there is a template file for each of the product types in which the general position of the additional images is placed. Usually in a code grouping indicating bof additional images and eof additional images.

11 Aug 2014, 1:11 PM
#4
dat311 avatar

dat311

New Zenner

Join Date:
Jun 2011
Posts:
65
Plugin Contributions:
0

Re: Product Description and Additional Images moved around?

In CSS, I changed the additional images to float:bottom instead of float:left and that worked. :yes:

Thanks so much.