1. pankajkumargilda
  2. General
  3. Monday, July 18 2016, 06:14 PM
Not able to view the name of fields properly in the Profile page. Attached is the screenshot of the issue.
Attachments (1)
Accepted Answer
admin Accepted Answer
Admin
Hi,
use something like this:

.view_profile .dl-horizontal dt {
width: 200px;
}
.view_profile .dl-horizontal dd {
margin-left: 210px;
}
  1. more than a month ago
  2. General
  3. # Permalink
admin Accepted Answer
Admin
Hi,
list of fields is a simple DL,DT,DD html list, the style is set by your template with CSS, please post me your site link, we will send you a CSS code to fix this ;)
  1. more than a month ago
  2. General
  3. # 1
pankajkumargilda Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Hi,
you can increase width of field title with this CSS code:

.dl-horizontal dt {
width: 200px;
}
.dl-horizontal dd {
margin-left: 210px;
}
  1. more than a month ago
  2. General
  3. # 3
pankajkumargilda Accepted Answer
Pro
As said earlier, I am non technical guy. Can you let me know where this code has to be altered i.e file? Or give me step by step instruction of fetching the file where this has to be inserted.
  1. more than a month ago
  2. General
  3. # 4
admin Accepted Answer
Admin
Hi,
maybe your template have a custom.css file or some parameter to add CSS style.
Otherwise you can simply put this code at the end of file /templates/clever/css/styles.css.
  1. more than a month ago
  2. General
  3. # 5
pankajkumargilda Accepted Answer
Pro
Hi
By adding the code the whole site page is getting affected. I want only the Profile page to show the fields properly. Please help me to get the same on the profile page of JSN Users.
  1. more than a month ago
  2. General
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.