Topic-icon JS Activity Stream doesn't show correctly

Active Subscriptions:

None
7 years 1 week ago - 7 years 1 week ago #61537 by ventluc
Hi !!

In my personal web site (www.venturaluca.com/portal), based on Joomla 3.6.5, I have installed JS Activity Stream module (with title "ULTIME DALLA COMMUNITY...") of JFBConnect component (ver. 7.2.0). As you can see in the home page (www.venturaluca.com/portal) the JS Activity Stream module doesn't show correctly because it contains a Facebook message that has a size much bigger than the maximum height of JS Activity Stream module (max-height css parameter) !!! Is there a way to limit the text (or the height) of the Facebook messages to show in the JS Activity Stream module?

Then...is there a solution to avoid that the content of JS Activity Stream module (defined by css parameter called "div.joms-stream__body") exceeds the content of the home page?

Thanks a lot in advance.

Luca
Last edit: 7 years 1 week ago by ventluc.
The topic has been locked.
Support Specialist
7 years 1 week ago #61538 by mel
With our SCSocialStream module, we use styling for overflow and height of the entire container to control the size. The following style on the container of that module can help you get started and you can tweak it from there
.joms-stream__container {
overflow: auto;
height: 400px;
}

-Melissa
The topic has been locked.