So I have a quick question (might be really simple). I'm learning CSS as I go, and while I think I've got a pretty good handle on most things, I am having some problems with positioning elements on my product info pages.
First - I modified the product info template (tpl_product_info_display.php) to adjust the order in which the various page elements load (but that was easy and pretty straight-forward).
Here's a sample page (same issues for all of them of course): http://www.shiftfashion.ca/shop/inde...&products_id=3
The issue I'm having is that the "cartAdd" and "productAttributes" div's keep moving down the page (while my product description sits above them). This probably has something to do with the way I've floated the elements, but I'm not entirely sure where the problem comes up. Ideally I'm trying to have them display side by side just below the product name and price (then followed by the description) but they keep jumping down the page (just below the bottom edge of the main image but still on the right side of the page).
So what am I missing? I've tried toying with floating and positioning via the CSS, but I must be overlooking something. Any suggestions?



