Topic-icon Send button way too small

Active Subscriptions:

None
12 years 10 months ago #35009 by fb_623501319
Installed the send button..however, it is too small both width and length. Cannot see names or identities to send page.
Attached is a screen shot. Misnamed it as friend button. It should say send,
Still sure why i cannot see it and therefore use it. Thanks
Here is one of the pages that i tried but it is the same on all of the pages goo.gl/BhaofB

File Attachment:
The topic has been locked.
Support Specialist
12 years 10 months ago #35017 by alzander
Replied by alzander on topic Send button way too small
Stephen,
There's 2 issues at play. One is a minor conflict with your RocketTheme template. We already have a fix for that conflict with our Like button, but looks like we need to add it for our send button as well. Please update the /components/com_jfbconnect/assets/jfbconnect.css file. In there, you'll see:
.jfbclike iframe {
    max-width: none !important;
}
Update that too:
.jfbclike iframe, .jfbcsend iframe {
    max-width: none !important;
}
That will fix the width of the box.

To fix the height, you'll need to modify the following styles in your template to remove the overflow:hidden parameter. I can't tell you where the styles are due to the compression of your CSS files, but this should help:
#rt-content-top, #rt-content-bottom {
overflow: hidden;
}
and
[id*="rt-sidebar"] .rt-block .module-surround, #rt-content-top .rt-block .module-surround, #rt-mainbottom .rt-block .module-surround, #rt-content-bottom .rt-block .module-surround { ... }
Remove the overflow:hidden from both and test to make sure that doesn't cause other unforeseen issues.

Keep us posted on how it goes, and best of luck,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 10 months ago #35023 by fb_623501319
Thanks, Alex.
Modifying CSS is way above my pay scale so will need to ask developer to do this.
Will ask her and will get back with you with results,
S.
The topic has been locked.
Support Specialist
12 years 10 months ago #35028 by alzander
Replied by alzander on topic Send button way too small
Sounds good. If you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.