your productListing-data has inline style set to right ..
you can modify you file and set this style to centre and then
modify your style by removing
.productListing-data {stylesheet.css (line 660)
color:#800000;
font-family:arial;
font-size:12px;
padding-bottom:10px;
padding-left:5px;
padding-right:10px;
text-align:left;
vertical-align:top;
}
this is if you want to keep the description left justified.
if not . change text-align from left to centre
.productListing-data {stylesheet.css (line 660)
color:#800000;
font-family:arial;
font-size:12px;
padding-bottom:10px;
padding-left:5px;
padding-right:10px;
text-align:centre;
vertical-align:top;
}
for second question ..
configuration / All listing
and set
Display Product Buy Now Button to 0
I believe this should help .. not to sure , but you can give it a try .




