• Resolved tjbsitedesign

    (@tjbsitedesign)


    When I set up the feed on my page I get a long line of posts, but I want it in a smaller size box with a scroll bar. Is this possible?

Viewing 1 replies (of 1 total)
  • Plugin Author Danish Ali Malik

    (@danish-ali)

    Hi @tjbsitedesign

    Hope you will be fine ??

    Actually, there is not an option available in the plugin to fix the height of the feed.

    But I can help you to make this as u want. Use following CSS code in your theme CSS file.

    .efbl_feed_wraper{ height: 500px; overflow-y: scroll;}

    if you are using the feeds widget use following code:

    .widget_easy_facebook_feed .efbl_feed_wraper{ height: 500px; overflow-y: scroll;}

    Replace the height 500px to whatever you want.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘How do I specify height and width of feed?’ is closed to new replies.