1. You will need to locate the file with the link code and it probably is a href with some relative locator and "target=blank" you can probably find another function that uses the pop-up function and apply it
2. admin > config > index listing > Featured Products Columns per Row > set to 1
Find or Add this to the stylesheet
Code:
.centerBoxContentsFeatured img {
float: left;
}
3. Find this in the stylesheet and most probably have to seperate out the form
Code:
FORM {
text-align: center;
font-size: 1em;
margin: 0.1em;
}
SELECT, INPUT {
display: inline;
font-size: 1em;
margin: 0.1em;
}