- Posts: 36
COMMUNITY FORUM
textarea's first line is not Left justified
- cr-hosting
- Topic Author
- Offline
- Junior Member
Less
More
14 years 6 months ago #82920
by cr-hosting
textarea's first line is not Left justified was created by cr-hosting
Hi I am using Gavick corporate 2 which has K2 preloaded in it. Looks liek the first word is not completly set to the left. Anyone know whats up with this?Regards,Erik
Please Log in or Create an account to join the conversation.
- Simon Wells
- Offline
- Platinum Member
Less
More
- Posts: 955
14 years 6 months ago #82921
by Simon Wells
Replied by Simon Wells on topic textarea's first line is not Left justified
Sounds most likely to be a template issue.
Do you have a link to the page?
Simon
K2 Support
Do you have a link to the page?
Simon
K2 Support
Please Log in or Create an account to join the conversation.
- cr-hosting
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 36
14 years 6 months ago #82922
by cr-hosting
Replied by cr-hosting on topic textarea's first line is not Left justified
sure here it is: tinyurl.com/24mkgzu
Please Log in or Create an account to join the conversation.
- Simon Wells
- Offline
- Platinum Member
Less
More
- Posts: 955
14 years 6 months ago #82923
by Simon Wells
Replied by Simon Wells on topic textarea's first line is not Left justified
In you k2.css, change line 172 for div.itemExtraFields ul li span.itemExtraFieldsLabel, set the margins to 0.
At the moment, you have a right margin of 4px, which is shifting the right column data over. It is only noticeable on the Info General because you have more than one line of text.
PS, nice template
Simon
K2Support.
At the moment, you have a right margin of 4px, which is shifting the right column data over. It is only noticeable on the Info General because you have more than one line of text.
PS, nice template
Simon
K2Support.
Please Log in or Create an account to join the conversation.
- cr-hosting
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 36
14 years 6 months ago #82924
by cr-hosting
Replied by cr-hosting on topic textarea's first line is not Left justified
hey thanks for the quick reply
I did look for that line and it was in line 162 not 172. Odd because firebug shows it at 172...
anyway I changed the line but its still hapening
Changed to :
div.itemExtraFields ul li span.itemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 0px 0 0;width:30%;}
I did look for that line and it was in line 162 not 172. Odd because firebug shows it at 172...
anyway I changed the line but its still hapening
Changed to :
div.itemExtraFields ul li span.itemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 0px 0 0;width:30%;}
Please Log in or Create an account to join the conversation.
- Simon Wells
- Offline
- Platinum Member
Less
More
- Posts: 955
14 years 6 months ago #82925
by Simon Wells
Replied by Simon Wells on topic textarea's first line is not Left justified
Went to check again for you, but got a 404 Error. oops.
Also, consider a custom 404 page that has maybe a menu, link to home, alternative suggestion or a search on it.
Simon
K2 Support
Also, consider a custom 404 page that has maybe a menu, link to home, alternative suggestion or a search on it.
Simon
K2 Support
Please Log in or Create an account to join the conversation.
- cr-hosting
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 36
14 years 6 months ago #82926
by cr-hosting
Replied by cr-hosting on topic textarea's first line is not Left justified
sorry mate here you go : tinyurl.com/34dy5j3
Please Log in or Create an account to join the conversation.