Hey rammoss,
To center the feed try adding the following CSS to the plugin’s Custom CSS section, which is under the Misc tab on the plugin’s Customize page:
#cff{ float: none; }
Let me know whether that works for you,
John
Hey,
thanks for the reply. It worked but the “posted hrs ago” is still on the left and the same with “View on facebook”.
Hey rammoss,
If you want to center the date and ‘View on Facebook’ text then you’d need to add the following to the plugin’s Custom CSS section too:
#cff .cff-date, #cff .cff-viewpost-facebook{ display: inline; float: none; }
Let me know whether that does the trick for you,
John
that centered the feed but everything is still justified right, can the post text be aligned center with the date and viewpost centered as well?
Hey bhchilds,
Could you send me a link to your site so that I can take a look at how you currently have it set up? The required CSS would depend on the theme you’re using so I’d need to see a link ideally.
Many thanks,
John