How to Center Images and Videos in the Content Area

Modified on Sat, 05 Feb 2022 at 01:46 PM

This video will show you how to center images and videos in the content area of the membership portal. 


Custom CSS:


@media screen and (max-width:500px) {

  iframe {

 max-width:100% !important;

  height:auto !important;

}

}


Embed code for before and after the iframe code:


At the start: <center>


At the end: </center>



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article