1. stephan-hofmann
  2. Support
  3. Wednesday, June 01 2016, 05:59 PM
Hello,
is it possible to integrate an automatic word-wrap to the titles of the custom fields? Or how can i manage it, that the hole titles are shown?
Thank you!!
Attachments (1)
admin Accepted Answer
Admin
Hi,
yes, this is managed by template style. You can fix this with a simple CSS code.

to help you we need to see your site, can you please post me your site link? to keep private you can use the form below the reply in "Site Details" tab (we need only site link:D )
  1. more than a month ago
  2. Support
  3. # 1
stephan-hofmann Accepted Answer
You can find the link attached. Thank you for your really prompt and perfect support!!
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
sorry I can't see registration form, in your site is not allowed registration, so enable user registration or send some account to try :)
  1. more than a month ago
  2. Support
  3. # 3
stephan-hofmann Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 4
admin Accepted Answer
Admin
Hi,
you can add this code in file /templates/yoo_master2/css/custom.css

.dl-horizontal dt{
white-space: normal;
}
.dl-horizontal dd:after{
content:"";
display:block;
clear:both;
}


Above code solve wrap problem, but you have some title too long, for example: "Praktikumsplatz/Tätigkeiten" this is 1 word, so very long, you need to change with something like "Praktikumsplatz / Tätigkeiten" (now 3 words)
  1. more than a month ago
  2. Support
  3. # 5
stephan-hofmann Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 6
  • Page :
  • 1


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