Centering pictures

Hello,

I want the uploaded pictures to centre in the activity stream. no matter on the media image size/ratio, to vertically align to the centre of the screen would be nice.

Hello @fullmoonfriday,

Try adding below piece of code into Custom Css tab under rtMedia admin settings:

.rtmedia-activity-container {
    text-align: center;
} 

Thank you.