- This topic has 21 replies, 6 contibutors, and was last updated 8 years, 9 months ago by .
Question
Answers
- The question ‘4.2.5 Breaks Cover Images’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › 4.2.5 Breaks Cover Images
@vapvarun Thx, i’m still missing the username though, the nickname is displayed.
@mth75 @vapvarun
It’s the other way around. Just the username is displayed and not the nickname. It would be great to have the nickname displayed about the username.
See mobile screenshots portrait and landscape mode.
Please add following custom css
body.cover-photo-on.bp-user .entry-header {
display: inline-block;
}
and discard/remove which was suggested above
@media screen and (max-width: 720px){
#buddypress #item-header-cover-image {
margin-top: 46px!important;
}
}
It is fixed inside development version and we will push it shortly.
Regards
Varun Dubey
@mth75 @vapvarun
Thank you but the distance between nick and user name is huge now. Take a look to the screenshot I made on my iPhone 6 plus.
Hi @thorsten, we will push the update today
Regards
Varun Dubey
@vapvarun
Great works now!