-
AuthorPosts
-
sadesh Friend
sadesh
- Join date:
- March 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
November 25, 2009 at 4:43 pm #146355The following is the code for my inputbox in template.css
.inputbox {
background: #FFFFFF;
border: 1px solid #DDDDDD;
color: #666666;
padding: 2px;
margin: 0 5px;
}
There is a 2px padding..But, nothing appears in contact form or any other input box. FWIW, there is no css file for the contact form. Alfred (the developer) replied to me that this form uses the css of the template.
eg: http://irhcanada.com/contact.html
I appreciate ur feedback..how do i introduce space between the input fields? thank you.:)
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 27, 2009 at 7:43 am #325112Hi sadesh
You can control this idea at about line 159 in templates/irhfr/css/template.css file:
input, select, textarea, .inputbox, .button {
font-family:Arial,sans-serif;
font-size:100% !important;
}Hope it helps.
1 user says Thank You to JA Developer for this useful post
sadesh Friendsadesh
- Join date:
- March 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
November 27, 2009 at 1:41 pm #325138Thank you JA Developer. Could you please describe in detail?
With no modifications, the code is already
input, select, textarea, .inputbox, .button {
font-family: Arial, sans-serif;
font-size: 100% !important;
}thanks again..
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
sadesh Friendsadesh
- Join date:
- March 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
December 1, 2009 at 1:17 pm #325398Thank you JA Developer. Could you give more details on it? How do I introduce space, do I have to add padding to this?
I appreciate, if u could redo the code…thank you.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 2, 2009 at 7:53 am #325494Hi sadesh
For the best solution, open template.css file, add following code section:
#myform .text_area{
background: #FFFFFF;
border: 1px solid #DDDDDD;
color: #666666;
padding: 2px;
margin: 0 5px;}
1 user says Thank You to JA Developer for this useful post
sadesh Friendsadesh
- Join date:
- March 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
December 2, 2009 at 9:37 pm #325567I did added that code..There was an improvement. Upon changing the values for different parameters, nothing happened…here is the full code for the form;
/* FORM
--------------------------------------------------------- */
form {
margin: 0;
padding: 0;
}form label {
cursor: pointer;
}input, select, textarea, .inputbox, .button {
font-family: Arial, sans-serif;
font-size: 100% !important;
background: #FFFFFF;
border: 1px solid #DDDDDD;
color: #666666;
padding: 2px;
margin: 0 5px;
}.inputbox {
background: #FFFFFF;
border: 1px solid #DDDDDD;
color: #666666;
padding: 2px;
margin: 0 5px;
}.button {
background: #FFFFFF !important;
border: 1px solid #DDDDDD;
color: #577DB3;
font-weight: bold;
padding: 2px 8px !important;
}.button:hover,
.button:active,
.button:focus {
background: #FFFFFF !important;
color: #111111;
font-weight: bold;
padding: 1px 8px;
text-decoration: none;
}* html .button {
padding: 0 5px !important; /*IE 6*/
}*+html .button {
padding: 0 5px !important; /*IE 7*/
}Demo of component builder site: http://www.alfsoft.com/index.php?option=com_alfcontact&Itemid=74
sadesh Friendsadesh
- Join date:
- March 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
December 10, 2009 at 6:48 pm #326307Any input is appreciated.:)
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 14, 2009 at 3:25 am #326449Hi sadesh
Please call me via skype when you online. I want to discuss for more detail in the case.
Hope i can help you to close this issue.
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by Anonymous 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum