- Posts: 36
COMMUNITY FORUM
extra field / text area not lining up
- cr-hosting
-
Topic Author
- Offline
- Junior Member
Less
More
14 years 11 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.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 11 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.
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
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 36
14 years 11 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
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
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 36
14 years 11 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,
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.
- Piet Klerckx
-
- Offline
- New Member
Less
More
- Posts: 1
12 years 1 month 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;}
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.