Hi, I've been trying (unsuccessfully) to increase the size of avatars as shown in a topic. I'm running vB Cloud, so I don't have access to most of the CSS, unfortunately. I just have a small "CSS Editor" in the styles section. Right now I'm using this code;
Code:
.thread-view .b-avatar--m {
height: 130px;
width: 130px;
}
.thread-view .b-avatar--m > img {
max-height: 130px;
max-width: 130px !important;
}
And it's working, but I can't make the images any larger than 130 pixels or else it becomes uncentered in the postbit, and if I make it too much larger it actually runs into the post area and gets cut off. I guess I'm looking for a way to widen the postbit some so that images can be larger. My members want avatars with a max width of 200 and a height of 250 or 300.
Is there any way to do this with CSS edits? Or am I SoL?
Thanks in advance. And I hope I put this in the right area... ^_^;