Quote:
Originally Posted by thunderclap82
Not to hijack, but how do you get rid of the space that is left in the widget?
|
Code:
.widget_post_useravatar img {
display: none;
width: {vb:stylevar sidebar_contentavatar_width};
height: auto;
}
Try editing that to read
Code:
.widget_post_useravatar img {
display: none;
width: 0 !important;
height: 0 !important;
}
@MScotti
Haven't got that deep in to so have no idea. Sorry...