Closed (fixed)
Project:
Shoutbox
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
26 Dec 2011 at 13:55 UTC
Updated:
10 Apr 2014 at 21:11 UTC
Jump to comment: Most recent
In D7 I got into trouble with the layout, the block was always too wide so I decided to change the CSS from this:
div.shoutbox-msg {
padding: 4px;
}To this (look at width, any other design might have different width):
div.shoutbox-msg {
padding: 4px;
width: 160px;
}The best would be to give users an option in the admin interface to change this width or find any other solution for this problem.
Comments
Comment #0.0
Roxpace commentedChanged description text
Comment #1
vitalblue commentedFixed