1. pankajkumargilda
  2. General
  3. Monday, June 30 2014, 07:05 AM
Hi Admin,
PFA word document of profile view. How can I get the complete headers in the profile view. The incomplete headers is cause of concern.
Please help me out in this to rectify it so that I can get the complete headers.


Regards,

Pankaj Kumar Gilda
Accepted Answer
admin Accepted Answer
Admin
ok,

in file /templates/clever/css/styles.css comment line 339 and 340, so from
.dl-horizontal dt { clear: left; float: left; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap; width: 40px;}
.dl-horizontal dd { margin-left: 50px;}

to
/* .dl-horizontal dt { clear: left; float: left; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap; width: 40px;}
.dl-horizontal dd { margin-left: 50px;} */
Attachments (1)
  1. more than a month ago
  2. General
  3. # Permalink
pankajkumargilda Accepted Answer
Pro
PFA screenshot.
  1. more than a month ago
  2. General
  3. # 1
admin Accepted Answer
Admin
This depend of your template.
You have in CSS something like this.
.dl-horizontal dt{
width: 50px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


width: 50px; - the width of list label (I put 50px as an example)
overflow: hidden; - hidden all content that is out from label
text-overflow: ellipsis; - add ... at the end of truncated text
white-space: nowrap; - does not allow the new line of text

If you send me your site link, We can help you to solve this issue and send you the CSS code to add.;)
  1. more than a month ago
  2. General
  3. # 2
pankajkumargilda Accepted Answer
Pro
Please the site details below. Also explain me where the CSS code to be added.
  1. more than a month ago
  2. General
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.