Module Cropping

GK User
Fri Apr 25, 2014 8:12 pm
I've installed JJ Shoutbox and it always appears cropped off on the right side.

sample.JPG


Using positions right_right, right_left and right_top all give the same appearance. Right now the module is placed in right_top. Is there a way to fix this?


http://awickedway.com/home/
User avatar
Fresh Boarder

GK User
Fri Apr 25, 2014 8:29 pm
Hi, easy to fix:
Code: Select all
#jjshoutboxoutput {    width: 99% !important; }
User avatar
Platinum Boarder

GK User
Fri Apr 25, 2014 8:34 pm
Enable override.css in template admin.

Add
Code: Select all
#jjshoutbox {
    margin-right: 3px
}
User avatar
Gold Boarder

GK User
Fri Apr 25, 2014 8:42 pm
Thank you very much.
User avatar
Fresh Boarder


cron