Radhi Active member Aug 1, 2018 #1 How can Automatically center videos in posts without interference?
RobinHood Well-known member Aug 4, 2018 #3 Try: Code: .bbMediaWrapper { margin-left: auto; margin-right: auto; } That will probably affect other content types that use the bb code media wrapper though. Upvote 0 Downvote
Try: Code: .bbMediaWrapper { margin-left: auto; margin-right: auto; } That will probably affect other content types that use the bb code media wrapper though.
Radhi Active member Aug 4, 2018 #4 RobinHood said: Try: Code: .bbMediaWrapper { margin-left: auto; margin-right: auto; } That will probably affect other content types that use the bb code media wrapper though. Click to expand... Well done, the code worked Upvote 0 Downvote
RobinHood said: Try: Code: .bbMediaWrapper { margin-left: auto; margin-right: auto; } That will probably affect other content types that use the bb code media wrapper though. Click to expand... Well done, the code worked