Go to ZipLeads Support

ZipLeads Support Support Center

Search for any help questions or topics. Please email any support questions to team@zipleads.com.au

How to center images and videos in the content area

PK
Paula Kristina
Updated 3 years ago

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>




Did this answer your question?
😞 😐 😃