Originally Posted by kobra Find this Code: #productDetailsList { margin: 0em 0em 0em 44.5em; font-weight: bold; list-style-type: none; } Edit it to this Code: #productDetailsList { width: 80px; margin: 10em 0em 0em 0em; font-weight: bold; list-style-type: none; } That made it worse. All I need to do now is get the text box and the add to cart button lined up like before. Thanks,
#productDetailsList { margin: 0em 0em 0em 44.5em; font-weight: bold; list-style-type: none; }
#productDetailsList { width: 80px; margin: 10em 0em 0em 0em; font-weight: bold; list-style-type: none; }
Forum Rules