XF 2.0 Center videos in posts

Try:

Code:
.bbMediaWrapper {
    margin-left: auto;
    margin-right: auto;
}

That will probably affect other content types that use the bb code media wrapper though.
 
Top Bottom