Topic-icon SCSocial Widget (Comments) module's height dimension

Active Subscriptions:

None
Hello!!

How can I change the height size of the SCSocial Widget (Comments) module in the front-end? This type of module has only the parameter "width" in the back-end: so I don't know how to resize the height dimension of it in the front end.

Can someone help me?

Thanks,

Luca
The topic has been locked.
Support Specialist
7 years 10 months ago #58388 by alzander
There is no height parameter. The Comment box will grow as necessary to show all the comments that are available for the current page. So, on a 'new' page, with now comments, the comment box will be small and will grow larger as more comments are added.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
7 years 10 months ago #58392 by ventluc
Alex,
the problem is that I put that module not in a new page but in my home page:

www.venturaluca.com/portal

so, if comments grow the SCSocial Widget (Comments) module expands in height too much and much more than other modules in the home page. So I would like to have a fixed height for the module the module (with a scrollbar if necessary for the presence of more comments) as I can do in the Social Stream module.

Is it possibile?

Thanks,

Luca
The topic has been locked.
Support Specialist
7 years 10 months ago #58396 by alzander
The following CSS should do what you're looking for. Please test and let me know how it goes:
.sourcecoast.facebook.comments {
    overflow: hidden;
    height: 200px;
    overflow-y: scroll;
}
Adjust that accordingly to target your home page and your desired height.

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

None
7 years 10 months ago #58430 by ventluc
It works!!! Thanks a lot Alex! :-)
The topic has been locked.
Support Specialist
7 years 10 months ago #58433 by alzander
Awesome! I'm glad to hear that got you going. If you need anything else, please let us know.

Alex
The topic has been locked.