Keyword

extra field / text area not lining up

  • cr-hosting
  • cr-hosting's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 3 months ago #85522 by cr-hosting
extra field / text area not lining up was created by cr-hosting
Hello,I added an extra field / text area  to a site im working on.However for some reason the second line in the text area is not lining up directly under it. please see this url : tiny.cc/axg0ySolutions I have already tried:1- use regular Joomla template2- uninstall K2 and re install3- copy text to word / note pad then to textarea4- with or without the WYSIWYG editor5- change language packthe odd thing is that I have tested the same piece of text on another site that's running k2 2.3 and it works fine! check out the link here: tiny.cc/0jq7cCan anyone help me or direct me to the right solution. Thanks!erik

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #85523 by william white
Replied by william white on topic extra field / text area not lining up
The spans itemfieldsextrafieldslabel and itemextrafieldsvalue are overlapping. in your first site and there is no odd/even
In the second test there are more than one extra fields and the odd style is there and all is well.
Try adding another extra field, leave the value blank and see what happens.

Please Log in or Create an account to join the conversation.

  • cr-hosting
  • cr-hosting's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 3 months ago #85524 by cr-hosting
Replied by cr-hosting on topic extra field / text area not lining up
William White said:The spans itemfieldsextrafieldslabel and itemextrafieldsvalue are overlapping. in your first site and there is no odd/even In the second test there are more than one extra fields and the odd style is there and all is well.
Try adding another extra field, leave the value blank and see what happens.


Hi William thank you for your response, I can say it is a template issue for sure. I tried installing the same template on the site in question and it worked properly.

I have also added the aditional extra field and even put some text in it and it is still not lining up.

see here: tiny.cc/e8blj

any other suggestions?

thanks!

erik

Please Log in or Create an account to join the conversation.

  • cr-hosting
  • cr-hosting's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 3 months ago #85525 by cr-hosting
Replied by cr-hosting on topic extra field / text area not lining up
Ok A good friend of mine helped me out here..

in the K2.css file I edited the following:

Line 199:
div.itemExtraFields ul li {display:block;overflow:auto}

Line 201:
div.itemExtraFields ul li span.itemExtraFieldsValue {block; float: right;width: 620px}

That fixed it..

Regards,

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #85526 by Piet Klerckx
Replied by Piet Klerckx on topic Re: extra field / text area not lining up
You can also edit line 207 in k2.css to heave the text appear on the next line:

from

div.itemExtraFields ul li span.itemExtraFieldsValue {}

to

div.itemExtraFields ul li span.itemExtraFieldsValue {display:inline-block;}

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum