Facebook Comments Plugin width

Hi there,

I’ve just installed the Facebook Comments plugin and I was wondering if it’s possible to give it a custom width. I’m using a fullwidth layout and I want the comment section not to be. Now it’s going from edge to edge and I would love to have it as width as the content.

Website links

Homepage: https://popcornandstuff.nl/
Category page: https://popcornandstuff.nl/dinner/pita-met-gehakt-en-sla/

Hi @fransboumans ,

Thanks for writing in.

Sure, please add this CSS to your global custom CSS,

.tco-comments-area,
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

Hope this helps.

Awesome, works great!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.