Sidebar Visitor Panel Styling

mrb1972

Active member
Hi,

How can I alter the vister panel style in the main sidebar so that the panel wraps around the avatar, rather than the avatar coming out/overflowing out of the panel... I think that makes sense
 
Add this to EXTRA.css

Code:
.visitorText {
min-height: 110px;
}

I'm not sure if that affects anywhere else though, you'll have to check after implementing it.
 
Top Bottom