When I add voting stars the price and the "Add to Cart" button wrap around, appearing under the product image instead of next to it where they were by default. I thought the code above...
.hikashop_product_bottom_part .hikashop_vote_stars{
display: none;
}
...might prove useful, thinking that changing "bottom" to "top" would get rid of the top set of problem stars altogether. It didn't work. Is there another way I can try turning off the top set of stars or, alternately, keep them but prevent the wrap around from occurring? Is the size of the star image the cause of the wrap around the problem, and would using smaller stars be a possible fix?