[Plugin: WP e-Commerce] Cart for responsive themes?
-
I have installed this shopping cart, because it is compatible with the webgility services as requested by my customer.
I usually use the shopping cart plugin from Tribulant and that one works perfect for a responive theme.
Now, I have a problem since the site is responsive and the cart isn’t. I’m pretty good with css but I cant’s seem to make the product details move under the image for a iphone size.
Can somebody point me in the right direction?I tried a media query:
@media only screen and (max-width:480px) {
.productcol{float:left;clear:left;display:block;}
.default_product_display.imagecol{display:block;float:left;}
}
The topic ‘[Plugin: WP e-Commerce] Cart for responsive themes?’ is closed to new replies.