ChurchOfPop Posted November 25, 2015 Share Posted November 25, 2015 I simply cannot get the avatar size on posts to change to 150x150, i even installed a plug in called "avatar redesigned" and it didn't work. I am hosted through Invision and they upgraded it for me, is it their fault? Link to comment Share on other sites More sharing options...
Morrigan Posted November 25, 2015 Share Posted November 25, 2015 It's a skinning thing. I have larger avatars on my site as well. Add this to your custom.css in your skin. .ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large::after { height: 150px; width: 150px; } .cAuthorPane { width: 180px; } Link to comment Share on other sites More sharing options...
ChurchOfPop Posted November 25, 2015 Author Share Posted November 25, 2015 23 minutes ago, Morrigan said: It's a skinning thing. I have larger avatars on my site as well. Add this to your custom.css in your skin. .ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large::after { height: 150px; width: 150px; } .cAuthorPane { width: 180px; } That doesn't work, I've tried several codes that worked on previous themes and NOTHING works. Thank you for replying and trying to help though :kimcry: Link to comment Share on other sites More sharing options...
Morrigan Posted November 25, 2015 Share Posted November 25, 2015 Odd, my avatars are larger than that and it shows on mine. Can you link me to your site? http://distant-fantasies.net/topic/5447-enchanted-theme/ I love huge avatars. Link to comment Share on other sites More sharing options...
ChurchOfPop Posted November 25, 2015 Author Share Posted November 25, 2015 1 minute ago, Morrigan said: Odd, my avatars are larger than that and it shows on mine. Can you link me to your site? http://distant-fantasies.net/topic/5447-enchanted-theme/ I love huge avatars. www.churchofpop.net Link to comment Share on other sites More sharing options...
Morrigan Posted November 25, 2015 Share Posted November 25, 2015 Something is overriding it. Try this instead: .ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large::after { height: 150px !important; width: 150px !important; } .cAuthorPane { width: 180px !important; } Link to comment Share on other sites More sharing options...
ChurchOfPop Posted November 25, 2015 Author Share Posted November 25, 2015 3 minutes ago, Morrigan said: Something is overriding it. Try this instead: .ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large::after { height: 150px !important; width: 150px !important; } .cAuthorPane { width: 180px !important; } Oh my heavens! THANK YOU!!!! I've been trying for hours and you've saved me :kimcry: Thanks so much sis! Link to comment Share on other sites More sharing options...
Morrigan Posted November 25, 2015 Share Posted November 25, 2015 No problem my dear! I'm glad it worked. Link to comment Share on other sites More sharing options...
ChurchOfPop Posted November 25, 2015 Author Share Posted November 25, 2015 Just now, Morrigan said: No problem my dear! I'm glad it worked. Yes the bigger avi's look so much better, yours are huge lol! Link to comment Share on other sites More sharing options...
Morrigan Posted November 25, 2015 Share Posted November 25, 2015 Yeah just a smidge but big avatars are what sort of make it all fun and worth it on my community. I make my profile images larger too (including the hover as well). Link to comment Share on other sites More sharing options...
ChurchOfPop Posted November 25, 2015 Author Share Posted November 25, 2015 19 minutes ago, Morrigan said: Yeah just a smidge but big avatars are what sort of make it all fun and worth it on my community. I make my profile images larger too (including the hover as well). Hey sorry to bother u again but do u know how too return the mobile avatars to normal size they're not overlapping everything on mobile layout. Link to comment Share on other sites More sharing options...
Morrigan Posted November 25, 2015 Share Posted November 25, 2015 Looking at it, it appears that it's still skin related. just add this after the code above and it "should" fix it. .cPost.ipsComment .ipsUserPhoto > img { height: 50px !important; width: 50px !important; } This SHOULD keep both in tact. Link to comment Share on other sites More sharing options...
ChurchOfPop Posted November 25, 2015 Author Share Posted November 25, 2015 5 minutes ago, Morrigan said: Looking at it, it appears that it's still skin related. just add this after the code above and it "should" fix it. .cPost.ipsComment .ipsUserPhoto > img { height: 50px !important; width: 50px !important; } This SHOULD keep both in tact. It completely stuff it up unfortunately so i removed it. Link to comment Share on other sites More sharing options...
Morrigan Posted November 25, 2015 Share Posted November 25, 2015 Odd, It has something to do with the skin itself, not with IPB. Did you make the skin or did you purchase it? Link to comment Share on other sites More sharing options...
ChurchOfPop Posted November 25, 2015 Author Share Posted November 25, 2015 4 minutes ago, Morrigan said: Odd, It has something to do with the skin itself, not with IPB. Did you make the skin or did you purchase it? purchased it Link to comment Share on other sites More sharing options...
Morrigan Posted November 25, 2015 Share Posted November 25, 2015 What I would recommend is to contact the skin author to have them help you fix it so it works in both. Using (exclusively) a custom.CSS and no other changes what I provided should work which may mean something on the skin is overwriting it. Link to comment Share on other sites More sharing options...
maddog107_merged Posted November 30, 2015 Share Posted November 30, 2015 Thanks this helped me out too! Link to comment Share on other sites More sharing options...
eden buganim Posted November 30, 2015 Share Posted November 30, 2015 ...it helps sometimes! Link to comment Share on other sites More sharing options...
Maxxius Posted October 28, 2019 Share Posted October 28, 2019 On 11/25/2015 at 6:39 AM, Morrigan said: It's a skinning thing. I have larger avatars on my site as well. Add this to your custom.css in your skin. .ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large::after { height: 150px; width: 150px; } .cAuthorPane { width: 180px; } hi @Morrigan how do you calculate how much width should cAuthorPanel should be? For example I will be putting 115px in image dimensions. But how much should I put in the cAuthorPane? Link to comment Share on other sites More sharing options...
Morrigan Posted October 30, 2019 Share Posted October 30, 2019 On 10/28/2019 at 8:10 AM, Maxxius said: hi @Morrigan how do you calculate how much width should cAuthorPanel should be? For example I will be putting 115px in image dimensions. But how much should I put in the cAuthorPane? I take the size plus padding. So in this case it's 150px plus 15px padding on both side's of the avatar. If you want tighter padding you reduce the second number. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.