Skip to:
Content
Pages
Categories
Search
Top
Bottom

Responsive table – profile fields issue on storefront theme

Viewing 4 replies - 1 through 4 (of 4 total)

  • iamthewebb
    Participant

    @iamthewebb

    Hi, it looks like it is not splitting your long titles and email addresses, you could try adding the following to your css..

    .buddypress-wrap {
        word-break: break-all;
    }

    vsapountzis
    Participant

    @vsapountzis

    Hi,

    For some reason it doesn’t seem to work on my end when I apply it on this specific class. I am wondering though, do I have to apply it to every BuddyPress related class?


    iamthewebb
    Participant

    @iamthewebb

    You could apply to the class bp-wrap, you could also try adding !important to the tag to see if that helps. I’m no css expect though and just had a quick play in the browser developer tools to see if there was a quick way to fix.


    vsapountzis
    Participant

    @vsapountzis

    Will have to look into it more. Thank you for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar