Country field

More
27 Aug 2011 00:17 #1964 by surreal53
Country field was created by surreal53
joomlamailer version:1.7.2
Joomla! version:1.7

I'd like to change the width of the country field as it is expanding beyond the column width in my page. Any suggestions on how to do this?

Please Log in or Create an account to join the conversation.

More
29 Aug 2011 13:43 #1972 by pete
Replied by pete on topic Country field
You can do this with CSS.

.mcsignup select {
width: 150px;
}

This should do the trick. Adjust 150 to the desired width.

Kind regards,
Pete

Please Log in or Create an account to join the conversation.