Topic-icon Changing size of social stream box

Active Subscriptions:

None
9 years 8 months ago #46011 by pauhen
Got the Social Stream box working, but it cuts off the first few letters of text in the posts. Is the width of the Social Stream module configurable somewhere?

newsitetsting.ottawavalleycurling.ca
The topic has been locked.
Support Specialist
9 years 8 months ago #46024 by alzander
There isn't a width parameter built-in to the social stream module. We did that as it uses a responsive design that will take up the same of whatever area it's in. That way, it works in a sidebar or main content area (or both, if your template can switch them based on the size of the browser).

Obviously, text shouldn't be cut off. There's likely a style from your template that's causing a conflict with the stream output. I tried to visit the site you linked to, but it won't load for me. Is that a publicly accessible site? If we can see the stream in action, it should be very easy to determine what CSS needs to be applied/altered to get things going.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 8 months ago #46034 by pauhen
It is live, I spelled it wrong in my original post. Never troubleshoot at 10:30pm :)

newsitetesting.ottawavalleycurling.ca

That should work. Thanks for your help!
The topic has been locked.
Support Specialist
9 years 8 months ago #46038 by alzander
Thanks for the update. Your template is adding the following style, which is causing everything in the socialstream to be shifted left:
.row-fluid {
margin-left: -15px;
}
You can add the following style to your template's CSS file or to the /media/sourcecoast/themes/scsocialstream/default/style.css file:
.socialstream .row-fluid {
margin-left: 0;
}
That should fix up the shift.

I hope that helps, but if you need anything else, just let me know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 8 months ago #46065 by pauhen
Bingo. Thanks!
The topic has been locked.
Support Specialist
9 years 8 months ago #46074 by alzander
Awesome! Glad to hear that helped get you going. If you have any other questions or feedback for improvements, let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks,
Alex
The topic has been locked.