Form not fitting in right sidebar

Permalink
Hello,
I am having a lot of trouble with the form block fitting into the right sidebar. I recently updated a bunch of add-on's and when I went back into my website, the logo was gone and the formatting was just a little off. The form block not fitting into the sidebar was one of these formats that was "off". It fit before so I don't know how to get it back. Any help is greatly appreciated.

 
rge replied on at Permalink Reply
Hi,

Your summary of the problem is not clear enough to give a good advise. These questions might help:
1. What version of Concrete are you using?
2. Is your site responsive?
3. Do you use the custom template or the default
4. A link / screenshot would help

However I still going to try to get you in the good direction. If the form block does not fit in the sidebar there are a few possible issues:
1. The input fields are not responsive (percentage based)
2. The text is to long to fit in the sidebar (when a word is to long is does not break).

I think your problem can be solved with css. If the the fields are to long you can set a different px value or even better a percentage value on the width of the input fields. If the form is used on more locations beside the sidebar you can target it be using the parent.

//inspect how it is done now and use those classes / names.
 aside input{
 width:100%;
}