Hi, i was Wondering, How to Move the Drop Down Menu & Add to Cart Box, So that they are on the same line & centered?
This is how it looks at the moment http://monk-e.co.uk/index.php?main_p...&products_id=4
Thanks
Hi, i was Wondering, How to Move the Drop Down Menu & Add to Cart Box, So that they are on the same line & centered?
This is how it looks at the moment http://monk-e.co.uk/index.php?main_p...&products_id=4
Thanks
In stylesheet.css, just find or add this to your stylesheet:
#cartAdd {padding-right:25px;}
Adjust the padding to suit your desire :-)
If you're asking how to make them on the same row, that will be more difficult.... you'd need to edit the tpl_product_info_display.php file with some inline styling and then add some extra lines to your stylesheet, let me know...