This topic has 2 replies, 2 voices, and was last updated 11 years by LKr.

  • Author
  • #5793
     LKr
    Participant

    Hello!

    I have several user profile fields that have rather long names. When users look at their profiles (accordion under the avatar), these long fields get cut to fit in the allotted space (160px).

    How can I lengthen this allotted space (and shorten the width of the column with user answers) or allow the profile field name be in 2 lines? I removed “white-space: nowrap;” from app.css, but see no changes. Is there a quick Css for this? Thanks!

    Thanks!

    #5915
     SQadmin
    Keymaster

    Hi,
    adding this to Styling options – Quick css should make the text go on the next line:

    COPY CODE
    
    .dl-horizontal dt {
        overflow: visible;
        white-space: normal;
    }
    

    You can adjust the with and make it bigger than 160px:

    COPY CODE
    
    .dl-horizontal dt {
        width: 160px;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #6057
     LKr
    Participant

    Thanks!!!

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?