All Products 
Username / Customer#
Password
Log In
  • Site Search
  • Domain Search
  • WHOIS Domain Check
24/7 Support: (480) 505-8877
Hablamos Español
9 AM to 9 PM IST
7 days a week
Go Daddy Support

Search help articles, forums, and discussion groups

How do i change the format of text/input boxes in my form?

Viewing post 1 to 3 (3 total posts)
Profile picture of dapperdann

dapperdann said 1 year ago:

I want to make the text/input boxes square, smaller and closer together. I also want to make the font in the box bigger. I’ve tried different .css code, but nothing seems to work.

Here’s a link to the form:

http://www.johnscarpetclean.com/index-4.html#quote

My .css code:

.Data_Central_Title {
display: none;
}

.Data_Central_Widget{
background: transparent;
border: none;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
float: left;
}

.Data_Central_Root_Container{
background: transparent;
border: none;
}

.Data_Central_Content{
max-height: none;
height: auto;
background: transparent;
border: none;
}

.Data_Central_Form_Container{
background-color: transparent;
border: none;
}

.Data_Central_Control{
background-color: transparent;
border: none;

}

Data_Central_Control_label{
display: none;
}

.Data_Central_Control_Required{
color:#F90;
}

.Data_Central_Button{
font-size:14px;
text-align:center;
}

.Data_Central_Row {
background-color: transparent;
border: none;
}

Profile picture of nathantf

GoDaddy Expert nathantf said 1 year ago:

@dapperdan

You could use attribute selectors for styling forms without classes or ID. An example is below:

input[type="text"]
{
width:150px;
display:block;
margin-bottom:10px;
background-color:yellow;
}
input[type="button"]
{
width:120px;
margin-left:35px;
display:block;
}

Nathan

Profile picture of dapperdann

dapperdann said 1 year ago:

After further testing for the multicolumn code, it does work in Explorer or Firefox.

Add a reply:

You will auto join this group when you reply to this topic.

When posting about a technical issue, please be sure to include as many details as possible, such as your domain name, related URLs and other pertinent information. This consideration will allow us to better understand the situation and quickly assist you.