This is probably a css issue, but how can I not show all the panels of the product, it is not floating left nor being stacked.
ex: http://myfunkvolume.com/2012/shop/fv-hoodie/
Thanks
This is probably a css issue, but how can I not show all the panels of the product, it is not floating left nor being stacked.
ex: http://myfunkvolume.com/2012/shop/fv-hoodie/
Thanks
Hey,
Add following code to css/custom.css - this will fix the comment form panel:
#top #review_form #respond .comment-form-rating {
top: 12px;
}
#top #commentform p{
margin-top: 10px;
}You must log in to post.