I am using the layout 'Image On Left Text Wrapped Around' for my product layout. But, as I want the components/attributes to always be right above the 'Add to Cart' button (depending on size of image, Add to Cart will of course slide beneath the image), it hit me that if these objects were right-aligned, then they always would be!
I simply added a div around the components/attributes and AddToCartButton with align="right". Wonderfully, my separate product pages now have these parts right-aligned just how I want them and it looks good. But for some reason, when I view the sections containing multiple products, using the same layout, only the components/attributes align to the right and not the AddToCartButton!
I figure this is to do with the css class 'cart-button-placement' which I appreciate can have different affects on different layouts due to css float... Having already applied Peblaco's fix for Add to Cart Button issue I would have hoped that may have helped out with this, but no, still the button is left-aligned on section pages, despite slowly going through the stylesheets trying to make everything with cart-button-placement reference align to the right!
Any help would be much appreciated as I have spent many hours fiddling with this to no avail!
I simply added a div around the components/attributes and AddToCartButton with align="right". Wonderfully, my separate product pages now have these parts right-aligned just how I want them and it looks good. But for some reason, when I view the sections containing multiple products, using the same layout, only the components/attributes align to the right and not the AddToCartButton!
I figure this is to do with the css class 'cart-button-placement' which I appreciate can have different affects on different layouts due to css float... Having already applied Peblaco's fix for Add to Cart Button issue I would have hoped that may have helped out with this, but no, still the button is left-aligned on section pages, despite slowly going through the stylesheets trying to make everything with cart-button-placement reference align to the right!
Any help would be much appreciated as I have spent many hours fiddling with this to no avail!
Comment