Forum Replies Created
-
Author
-
atomikjonParticipant
Thank you. It did the trick mostly. I had to adjust the width from 230 to 190 or the columns overlapped:
.profile .dl-horizontal dt {
float: left;
width: 190px;
line-height: 2.3em;
overflow: visible;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: pre-line;
font-weight: bold;
padding-right: 20px;
}
.profile .dl-horizontal dd {
margin-left: 190px;
white-space: pre-line;
line-height: 2.3em;
overflow: visible;
padding-right: 20px;
}atomikjonParticipantIT still shows the answers not wrapping or statying in the container in the full BOTTOM section of the profile
atomikjonParticipantThat fixed the Questions and Answers lining up but still cause long answers to break out of the container in the full profile.
atomikjonParticipantThat worked for the blue short profile, but in the full profile it has broken the answers. Go to a profile
http://www.surroconnections.com/surrogates/profiles/stephannie-2/
and scroll down to the full profile (white background and you will see the answers no longer line up with the questions and break outside of the boundary. -
AuthorPosts