4 replies [Last post]
qazwsx's picture
Offline
Joined: 05/28/2009
Juice: 58
Was this information Helpful?

Hi I am having some trouble with my product descriptions over lapping my product images. I want the product description under the product images but when I move the order around in content types under manage fields it doesn't move anything. Here is a link to one of the products.

http://www.ofperceptionclothing.com/node/63

Thanks any help is appreciated.

TR
TR's picture
Offline
Bug FinderFAQ ModeratorGetting busy with the Ubercode.
Joined: 11/05/2007
Juice: 3424
div.product-body {  clear:
div.product-body {
  clear: both;
}
<tr>.
qazwsx's picture
Offline
Joined: 05/28/2009
Juice: 58
Re: div.product-body {  clear:

Thank you that worked great, now if only I could figure out how to get rid of the grey line on the bottom of the category pages http://www.ofperceptionclothing.com/catalog/1

TR
TR's picture
Offline
Bug FinderFAQ ModeratorGetting busy with the Ubercode.
Joined: 11/05/2007
Juice: 3424
Re: Re: div.product-body {  clear:

Firebug is your friend, you should install it and learn to use it! That line is caused by your theme's style.css in the rule for "#content-inner table"

<tr>.
qazwsx's picture
Offline
Joined: 05/28/2009
Juice: 58
Re: Re: Re: div.product-body {  clear:

Oh I do have firebug installed and I love it but I was trying to find where it was inherited from and cancel it out in certain places because I thought I added it somewhere but I can't remember for the life of me so I guess just editing that for now will work thanks.