Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Appearance › Change Profile image size
- This topic has 3 replies, 2 voices, and was last updated 1 year, 2 months ago by Manathan.
-
AuthorPosts
-
winterpandaParticipant@winterpanda
- 14 Topics
- 30 Posts
Hello! May i know how to change the profile size? its too small. I want to increase the size bigger and also other media sizes just below age and status. If need customize, plz tell us which file to edit? thank you.
July 20, 2023 at 07:20 #45675@themodactyl- 0 Topics
- 6603 Posts
Hi WinterPanda,
To change this, simply add the following code snippet to your website:
/** * FEATURE : Set Bigger Size to Image in Profile */ @media(min-width:992px){ #buddypress .profile-header__featured-media-col{ max-width:90px; } } #buddypress .profile-header__featured-media .rtmedia-list-item img{ width:90px; max-width:100%; height:90px; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
July 20, 2023 at 14:00 #45682winterpandaParticipant@winterpanda- 14 Topics
- 30 Posts
hello! thx for the update. It works fine for the additional photos. However, for the profile photo, it didn’t increase size. Any additional css need to be added so that the profile photo will increase size too?
July 20, 2023 at 17:46 #45691@themodactyl- 0 Topics
- 6603 Posts
Hi Winterpanda,
This is standard design with our theme, I’m afraid.
As this is not breaking the website, changing this is considered customization work. Unfortunately, this is a service that we do not provide.
We only share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you hire a developer to do it for you.
We got an amazing discount for our users with our partner Zipline, which can handle installation, customization, and mobile apps with your theme :
https://ziplinecommunities.com/gwangi-theme-app/?zl-affiliate=gwangi
Disclaimer : This is an affiliated link to our partner Zipline, by using this link you will get an amazing discount!
Thank you for your understanding.
July 24, 2023 at 11:14 #45710 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Change Profile image size’ is closed to new replies.