BuddyBoss Home – Web Support Forums Themes Boss. theme responsive design for Display an xProfile field in the cover photo.

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

    #56520
    @thejapanesecuisine

    I turned on to display xProfile field (bio for my case )in the cover photo at setting cover pohoto.
    When I see it on mobile, the sentenses will not be responsive.
    Is there any chance to make it to responsive? Thanks!!!

    Answers

    #56632

    Anonymous
    @

    Hi @thejapanesecuisine, Please add the given code inside your child theme’s custom css option for mobile screen .

    
    @media screen and (max-width: 410px) {
    body.bp-user #buddypress div#item-header div#item-header-content {
        padding: 0;
        width: 70%;
        margin-left: 70px;
    }
    #item-header-content h1 {
        font-weight: normal !important;
        font-size: 14px!important;
    }
    }
    

    Regards

    #56679
    @thejapanesecuisine

    I put the css code, but looks still same,,, any other suggestion?

    #56680
    @thejapanesecuisine

    Please try to have a look,
    http://www.thejapanesecuisine.net

    #56681
    @thejapanesecuisine
    #56862
    @thejapanesecuisine

    any suggestions?

    #57109

    Anonymous
    @

    Hi @thejapanesecuisine, As we checked Bio is not available on the Cover section. Seems you have disable it from settings.

    Regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘responsive design for Display an xProfile field in the cover photo.’ is closed to new replies.