Contact form in side panel

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
3/9/2011 6:39:56 AM
Gravatar
Total Posts 167

Contact form in side panel

Hi,

I'm looking to add the contact form to the side panel. Which I can do, however the input boxes for email address name and subject stay at a size larger than the width of the side panel. My side panel is 200px and the fields look to be still about 400px.

The message box reduces to the size of the column.

I realise that it having small text boxes may not display all the info for email address and subject line, but as long as the data is captured I can live with that.

Do I create a custom CSS for this (if so any pointers as I can't quite get it from the help) or is there another way of doing this.

Cheers

Simon

3/9/2011 8:24:59 AM
Gravatar
Total Posts 18439

Re: Contact form in side panel

.contactform  input.forminput[type="text"] { width: 150px; }

Hope it helps,

Joe

3/9/2011 9:56:28 AM
Gravatar
Total Posts 167

Re: Contact form in side panel

It certainly does help.

Cheers

Simon

You must sign in to post in the forums. This thread is closed to new posts.