Topic-icon change dimensions of send comment box.

Active Subscriptions:

None
14 years 7 months ago #14393 by scottadam34
is there a way to change the width of the drop down box that you see when you hit the send button?

EG go here

click on send you will see the box

many thanks
The topic has been locked.
Support Specialist
14 years 7 months ago #14395 by alzander
There isn't. That box is controlled by Facebook itself, and they don't allow us to manipulate it in anyway.

With that said, it looks like the following CSS change will make the right side of the box to not be hidden. In the plugins/system/jat3/jat3/base-themes/default/css/layout.css file, at line 12, you'll see:
.column { overflow: hidden; float: left; }
Change that to:
.column { overflow:visible; float: left; }

That shouldn't have bad effects on other areas of the site, but obviously, test.

Hope that helps, and good luck!
Alex
The topic has been locked.