Hello-thank you for such a wonderful theme.

Wondering how to fix the User Picture being underneath the body of a comment.

Here is what is looks like http://themergeshow.com/content/series-premiere-april-10th

Thanks!

Comments

michellepurestock’s picture

Assigned: michellepurestock » Unassigned
anivad’s picture

I also have same prob, and any user other than admin, images on all pages hang over & block sidebar etc...
Thanks in advance

zinv’s picture

Yes, any User Picture bigger than 38x38 will show underneath the body of a comment.

To fix this go to style.css find .picture and delete to height and width.

You can also delete background image if User Picture bigger than 38x38.

syh’s picture

subscribing

TapSkill’s picture

The avatar image isn't fit properly in its slot on the profile page, neither. I suspect it has to be a specific size, but I tried the same size as the avatar slot and 38x38, and it seems to just not be aligned right. It's 1px off. Just a quick observation.

sheena_d’s picture

Status: Active » Closed (fixed)

Hi,

Maintenance of this theme has changed hands and we are no longer supporting this version of the theme. You may want to try upgrading to see if that fixes your problems. Sorry for any inconvenience.

Thanks,
Sheena

Terko’s picture

I've fixed this by adding this code in the magazine-style.css


div.comment .picture {
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}

div.comment .picture img {
  padding:3px;
  border:1px solid #cccccc;
  background-color:#f3f3f3;
}

Copied from Four Seasons Theme