BuddyBoss Home – Web Support Forums Solutions Social Learner Not responsive cover photos

Viewing 9 posts - 1 through 9 (of 9 total)
  • Question

    #59331
    @inforef-edu-com

    Hi,
    My cover photos in groups are not responsive, what can I do to fix this?

    Answers

    #59457

    Anonymous
    @

    Hi @inforef-edu-com, Please add this css code inside your boss theme’s custom css option

    
    .groups #buddypress #item-header .bb-cover-photo .holder {
      background-size: 100% auto!important;
    }
    

    Regards

    #59714
    @inforef-edu-com

    Great,

    Thank you. Now I have problem with the group title instead 🙂 Do you have a CSS for that as well?

    And one more Q. What is the prefered size of the group cover-photo (there is a blue line showing behind the photo after making it responsive.

    BR

    Mikael

    #59770

    Anonymous
    @

    Hi @inforef-edu-com, Please let me know what issue you are facing with Group Title so I can help you out with this.

    The standard size of the cover image for profile an group is 853×320

    Regards

    #59780
    @inforef-edu-com

    The group title is not responsive.

    #59781
    @inforef-edu-com

    As you see on the pic, the text is not where it should be.

    #59978

    Anonymous
    @

    Hi @inforef-edu-com, Please add this css code inside your boss theme’s custom css option

    
    div#group-name {
        padding-top: 80px !important;
    }
    

    Regards

    #60009
    @inforef-edu-com

    Thank you!

    That solved the problem!

    br
    Mikael

    #60081

    Anonymous
    @

    Hi @inforef-edu-com
    We have notified developer also to cross check this issue and it should be fixed in our next update.

    Regards
    Varun Dubey

Viewing 9 posts - 1 through 9 (of 9 total)
  • The question ‘Not responsive cover photos’ is closed to new replies.