Hi, great theme!
I have used quick css to create the desired layout for my site, but I am having a slight issue with the price on the right.
http://cultofindustry.com/shop/hoodie-test-1/
I have used the following as a workaround to get the price on the right, in line with the top of the product title.
#top .price_container {
position: absolute;
right: ;
top: 55px;
line-height: 55px;
}
This works great when just viewing the product. The problem occurs when a size is selected, and product is added to cart. When the Woocommerce message "Product successfully added to your cart" appears, the price does not move down with the rest of the content, which is what I would like to happen.
Please help...i'm pretty new to wordpress and css, so I am guessing what I have added to my quick css is affecting the price positioning funtion. If you need a copy of my whole quick css I can provide it.
Thanks
M














