Right now my product attributes show up below the product image and I would like them to show up below the product name. What is the easiest way to do this?
Right now my product attributes show up below the product image and I would like them to show up below the product name. What is the easiest way to do this?
See this Thread
It looks like that thread is about editing the product page. I'm trying to edit the shopping cart.
I do not see any reference to what page you are altering???Originally Posted by julieoolie
Post a link with directions on how top get to the page you want altered
In the title on the original post I said the shopping cart.
This is my shopping cart: http://gleefulthings.com/shop/index....=shopping_cart
You'll have to add something to it to see. But what the problem is is that the attributes show below the product photo and I would like them to be under the product title, next to the photo.
It is all the shopping cart - you didn't state the "shopping cart page"In the title on the original post I said the shopping cart.
We, at least I, am not smart enough to read your mind
try this
Code:.cartProductDisplay ul { margin-top: -65px; margin-left: 58px; }
I apologize.
That worked! I just had to change the left margin to 105px. I guess that just depends on the size of your product image. But it's perfect so Thank You!!![]()