How To Add Media To Your Membership
This video shows how to add media to your membership product posts.
Written by Fred VinsonLast update 4 years ago
This video shows how to add media to your membership product posts.
The CSS to center videos is
#post-description img,
#post-description video,
#post-description iframe {
margin: auto;
}
Did this answer your question?