• Resolved Sheila Oliver

    (@sheilaoliver)


    My custom fields are showing on two lines (first line label, second line content).
    It has displayed on one line until I updated the program last week.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi Sheila,

    You can use given below CSS to show your custom fields in single lines. I have used Margin-right as well to give space between label and it’s value. You can set your own space as you like.

    .upcp-tab-title {
        float: left;
        margin-right: 10px;
    }
    

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Custom fields not aligned’ is closed to new replies.