scroll bars in web parts 2013

I am using OOTB news feed on my home page site.

I want to have this web part and only this web part on the page to have a scroll bar individual to itself.

I understand that there is a way to do this in contnt editor.. but most posts reference  earlier versions of sharepoint.. and do not seem to work.

I also understand there is a way to do this in the inbuilt webpart with css but so far have been unsuccessful.

have you a how too to accomplish?

September 10th, 2015 1:04am

Hi,

As I understand, you want to add a scrollbar in the newsfeed web part.

Please add a Content Editor web part under the Newsfeed web part and add the following CSS code as source:

<style type="text/css">

.ms-microfeed-threadsDiv

{

    height: 250px;

    overflow-y: auto;

    overflow-x: hidden;   

}

</style>

 

Here is an article for your reference:

http://josharepoint.com/2014/06/09/branding-tip-custom-style-in-newsfeed-and-site-feed-webpart-in-sharepoint-2013/

Best regards,

Aaren liu

Free Windows Admin Tool Kit Click here and download it now
September 11th, 2015 1:18am

I think I am making a mistake somewhere as this has no effect.

I add content editor.. the chose edit HTML source from the top bar..

I think this is wrong somehow.. can you help we through . its sharepoint 2013 enterprise.

Nigel

September 13th, 2015 4:19pm

Hi,

As I understand, you added a Content Editor web part and the code as source, but it didnt work.

First please make sure the Content Editor web part is under the Newsfeed not above it.

And I didnt add the code into HTML source directly. You can try my method:

Save the code as a .txt file and upload it into a document library. Then edit the Content Editor web part. Cope the URL of the .txt file in SP site and paste it into the Content Link box. Then apply and save it.

If it still doesnt work, please provide some screenshots about how you configure the Content Editor web part.

Best Regards,

Aaren liu

Free Windows Admin Tool Kit Click here and download it now
September 14th, 2015 2:46am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics