How can i change the width on the input field ?
Its much larger than the shoutbox.

see pic

Thanks a lot
Anjaro

CommentFileSizeAuthor
shout.PNG14.52 KBAnjaro
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vitalblue’s picture

Hi,
sorry for the delay answer.
The best approach is to include the following rule in your theme's css file.
.shoutbox-add-form input#edit-message {
width: 99%;
}
Changing the width percent you can reduce the width or set this to an absolute value.

You can alter the css rule in shout box module (shoutbox.ccs - line 90) but this will change when you will get the new version again.

Thanks

vitalblue’s picture

Assigned: Unassigned » vitalblue
Anjaro’s picture

Thanks, i will try this out :)

Anjaro

Anjaro’s picture

I tried to change this, but it had no effect.

.shoutbox-add-form input#edit-message {
width: 80px;
height: 22px;
}

I flushed cache. I tried with both % and px.

Also i tried just for fun to change the height to 220px, but that didn change anything ??
Any ideas or suggestions ?

Thanks

vitalblue’s picture

Hi,
in which file did you place this rule?

Also do you have the latest version( 7.x-1.x-dev)?

Thanks

Anjaro’s picture

Hi
I put it in the shoutbox.ccs as you said.

No i installed the alpha 3 version, when it came out.
Regreat that, but i wrongly thought that all the old issues was gone, and all the patches was included when a new version was finally out.

I will try to install the dev version and put all the fixes and patches back in, next weekend when home from work.

Thanks for your answer.

vitalblue’s picture

I will release soon a new version too :-)

vitalblue’s picture

Status: Active » Closed (fixed)