-
Author
-
June 2, 2015 at 03:14 #60733ninety83Participant
HI guys,
I was wondering if any knows how to make the profile/group cover image bigger. i want to change it so users cover image is at least 600px high?
regards,
Ken
June 2, 2015 at 20:12 #60800sharmstrModeratorPut this in quick css
COPY CODE#buddypress #item-header { min-height: 600px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 3, 2015 at 01:03 #60825apeedksParticipantHello Sharmstr
I had the same question – but somehow this is impacting cover photo of groups and not profile.
Thanks
Dee
June 3, 2015 at 01:04 #60826apeedksParticipantAnother question – How to make group cover photo full width
June 3, 2015 at 01:08 #60827ninety83ParticipantHi Sharmstr,
I too am getting the same results… the group cover changes but not the users?
I also agree, the group cover would be great full width???
June 3, 2015 at 01:18 #60832apeedksParticipantYep!!! for reference summarizing the questions :
1. How to increase height of Member Cover photo
> Response :2. How to increase height of Group Cover photo
> Response :
#buddypress #item-header {
min-height: 600px;
}2. How to get Full Width Cover photo for Groups
> Response :3. How to increase the profile round photo also for both member and group.
> Response :June 3, 2015 at 01:25 #60834sharmstrModeratorGroup cover full width is available in kleo 3.0
Try this
COPY CODE#item-header { min-height: 600px; } #item-header img.avatar { width: 200px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 3, 2015 at 02:03 #60843apeedksParticipantPerfect !!! It works. You guys are the best.
Show less is not working but I guess need to figure out how to just remove it.
Any ideas how to make group cover photo full width
June 3, 2015 at 02:07 #60845sharmstrModeratorGroup cover full width is available in kleo 3.0
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 3, 2015 at 21:35 #60946sharmstrModeratorsoon
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.