Page 1 of 1

<fieldset> from cgfeedback does not changed

Posted: Thu Jan 24, 2013 5:38 pm
by kupido
Hello

I used cgfeedback
and has modified it with css to my style or I'm going:)

My problem is that my content page, where the modul is placed has width: 656px.
In the feedback Moduld the container <fieldset> has a size from 684px.
I has no Idea from where he has the info to set this size.

http://www.awes.de/blog/1/mal-schauen.html is german

I see nothing with Firebug or chrome.
When i change fieldset to width 656px it shows me in firebug that he has an size from 656px but in the layout overlaps.
Also in Chrome.

Any Idea?

Thanks

Re: <fieldset> from cgfeedback does not changed

Posted: Thu Jan 24, 2013 7:16 pm
by uniqu3
cgefedback_addcomment has a padding of 10px this makes inside area 656px - 20px = 636px, which is the size your fieldset should be then.
Then you will probably also have to change width of your input fields.

Re: <fieldset> from cgfeedback does not changed

Posted: Fri Jan 25, 2013 8:35 am
by kupido
thats right but he changed not the size to 656px i is fixed on 684px

from wherever he get the data!??

But had now the answer
the input and textarea fields where to large.

thx