Home Forums Pro Themes WEN Corporate Pro How to center align the embedded Prezi presnetaion

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47721
    NDAVIS43521
    Participant

    Is there a way to center-align the embedded presentation?

    To see my problem: https://www.smallbusinesssocialnetworking.com/prezi/

    The HTML is as follows:

    <iframe width=”550″ height=”400″ src=”https://prezi.com/view/HvUUpdRwxeVzZurlFet8/embed&#8221; webkitallowfullscreen=”1″ mozallowfullscreen=”1″ allowfullscreen=”1″></iframe>

    #47788
    wensolutions
    Keymaster

    Hello @NDAVIS43521,

    While we have inspected your website through the site URL it seems like you have inserted the prezi presentation iframe through the WordPress Editor. The WYSIWYG editor in WordPress actually has alignment option for internal components in the page.

    You can add in the following code in the “text” mode in your page editor to get it to display center aligned in your page :

    <p style="text-align: center;"><iframe src="https://prezi.com/view/HvUUpdRwxeVzZurlFet8/embed" width="550" height="400" allowfullscreen="allowfullscreen"></iframe></p>

    Hope this Helps,

    Best Regards !!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.