This topic has 5 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #126556
     dsniche
    Participant

    I have a few user profile fields with longer questions. On the Profile page (the lower part where there are options to View/Edit), these questions are cut off when displayed. I’ve attached a screenshot to show this problem.

    How do I make it so the entire question is shown? Preferably, I want the question to take up the whole width available, then the answer to show up underneath it.

    Thank you.

    #126655
     Laura
    Moderator
    Hello, For the tabs, try this, add it to style.css of child theme
    #buddypress div.profile .dl-horizontal dt {
        width: 100% !important;
        text-align: left !important;
    }
    #buddypress div.profile .dl-horizontal dd {
        margin: 0 auto !important;
    }
    
    #126810
     dsniche
    Participant
    Not marked as solution
    #126931
     Laura
    Moderator
    Not marked as solution
    #126969
     dsniche
    Participant
    Not marked as solution
    #127095
     Laura
    Moderator
    Not marked as solution
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?