Hi
How can I widen the reviews section so it uses more of the page?
http://screencast.com/t/g9FJKrrpkN
http://dev2.electrixinternational.com/product/flat-lid-trunking-length/
Ideally I would also like to hide the avatar.
Hey richardelectrix!
Add this to your custom CSS.
.sidebar_right .comment_container { padding-right: 0px !important; }
.comment_container img {
display: none;
}
.comment_container .comment-text {
margin-left: 0px !important;
}
Best regards,
Elliott
Thanks