- Posts: 18
COMMUNITY FORUM
costum field text area
- Denis
- Topic Author
- Offline
- New Member
Less
More
9 years 4 weeks ago #148705
by Denis
costum field text area was created by Denis
Hi guys
i'm using k2 and i created some custom fields
all is right but i'd like to know if is normal that in text area if i have more then one line, the text start under the NAME of FIELD and not alligned like on first row..
hope is clear what i mean.... i upload a pic to show
thanks a lot if u can answer me or help
bye
imgur.com/a/aQw6w
i'm using k2 and i created some custom fields
all is right but i'd like to know if is normal that in text area if i have more then one line, the text start under the NAME of FIELD and not alligned like on first row..
hope is clear what i mean.... i upload a pic to show
thanks a lot if u can answer me or help
bye
imgur.com/a/aQw6w
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 4 weeks ago #148709
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic costum field text area
Hello,
Try adding:to your template's stylesheet.
Try adding:
.itemExtraFieldsValue { overflow: hidden; }
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Denis
- Topic Author
- Offline
- New Member
Less
More
- Posts: 18
9 years 4 weeks ago #148715
by Denis
Replied by Denis on topic costum field text area
Hi, thanks for your help....
unfortunately it doesn't work
www.phi.it/bb/index.php?option=com_k2&view=item&layout=item&id=1&Itemid=182
i don't know if i added it wrong:
div.itemExtraFields {margin:16px 0 0 0;padding:8px 0 0 0;border-top:1px dotted #ddd;}
div.itemExtraFields h3 {margin:0;padding:0 0 8px 0;line-height:normal !important;}
div.itemExtraFields ul {margin:0;padding:0;list-style:none;}
div.itemExtraFields ul li {display:block;}
div.itemExtraFields ul li span.itemExtraFieldsLabel {display:block;float:left;font-weight:normal;color:#008AE6;margin:0 4px 0 0;width:30%;}
div.itemExtraFields ul li span.itemExtraFieldsValue {overflow: hidden;}
by the way thanks a lot
unfortunately it doesn't work
www.phi.it/bb/index.php?option=com_k2&view=item&layout=item&id=1&Itemid=182
i don't know if i added it wrong:
div.itemExtraFields {margin:16px 0 0 0;padding:8px 0 0 0;border-top:1px dotted #ddd;}
div.itemExtraFields h3 {margin:0;padding:0 0 8px 0;line-height:normal !important;}
div.itemExtraFields ul {margin:0;padding:0;list-style:none;}
div.itemExtraFields ul li {display:block;}
div.itemExtraFields ul li span.itemExtraFieldsLabel {display:block;float:left;font-weight:normal;color:#008AE6;margin:0 4px 0 0;width:30%;}
div.itemExtraFields ul li span.itemExtraFieldsValue {overflow: hidden;}
by the way thanks a lot
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 4 weeks ago #148721
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic costum field text area
Add display: block; too.
.itemExtraFieldsValue { overflow: hidden; display: block;}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.