We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How do I make the avatar pictures bigger on the 'users' page? | Forum

Kяuncн Leader
Kяuncн Dec 11 '14
div.ow_user_list_item.clearfix.ow_item_set3 div.ow_user_list_picture div.ow_avatar {
background-image: none;
height: 70px;
width: 70px}

div.ow_user_list_picture div.ow_avatar a img {
height: 70px;
width: 70px}

.ow_user_list_picture {
margin-right: 14px;
width: 70px}
Jan Kowalski
Jan Kowalski Dec 13 '14
Kяuncн
Do You know how to fix this ? to have 70x70px
On /users  avatars show correctly

Attachments:
  avatars.jpg (135Kb)
Kяuncн Leader
Kяuncн Dec 13 '14

Yes, put it back the way it was as default because this code is universal and will effect avatars site-wide...


And if you insist then apply as follows:

div.ow_avatar a img {
height: inherit !important;
width: 70px !important}


You will see site-wide, per example Photo, Video and etc - comments that the avatars don't fit proper, so like a domino effect avatars site-wide are effected, so here you will find yourself having to apply separate codes to fix theme all, a real pain in the keister if you ask me, I will give/Supply here the fix for Photo comment avatars.


div.ow_comments_item_picture div.ow_avatar a img {
height: inherit !important;
width: 40px !important}

The Forum post is edited by Kяuncн Dec 13 '14
Pages: « 1 2