Make content views align center

On this page of my website http://troide.co/corporate/ there is a plugin called Content Views displaying the view id: [pt_view id=“be4b7d7be1”]
I need the posts that this displays, which can be seen at the bottom of the page, to be in the center of the page. How can I do this? Any custom CSS that might do this to this particular view id?
Thanks!

To centre the posts you would need to override the float: left rules that apply to the classes on those elements and make then display: inline-block and give the parent element text-align: center.
The text alignment will alter the text in the posts, so you will have to restore the alignment in those.

@joecode did u fix issue

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