Topic-icon Like Window being cropped. Can't find css to change width

Active Subscriptions:

None
Hi,

First off can I say that this software worked great without any tweaking. This is my first bug that I have discovered and usually I can find a solution given enough time, but this one evades me. If you look at the attached screen shot you see the window that appears when you click the LIKE button at the bottom of a K2 article is cropped in width to 131pixels; ideally it should be 450px;. This happens in both Firefox and Safari on a Mac.

Can you tell me where it pulls the CSS for the dimensions of the window? If indeed it is using CSS for this and not hard coded inside a php file somewhere?

Many thanks for your help,

John S.


File Attachment:
The topic has been locked.
Support Specialist
I can see why you're confused too. It took me a while to figure out some code that works, but I honestly can't tell why the width is being set the way it is. There's a span *inside* the Like button area that's set to 138px, and that's not being done (I don't think) by JFBConnect).

The following block of code in your CSS should fix it, but please test and let us know how it goes:
.jfbclike div span {
width: 450px !important;
}
I'm glad everything else has gone smoothly for you!

Best of luck,
Alex
The topic has been locked.