Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sovica

    (@sovica)

    Hi,

    There are two ways to center the Brid shortcode in a WordPress post or page:

    1) Override the brid CSS class and enter the following code in your child styles.css:
    .brid{ margin:0px auto; display:inline-block;}

    2) Use the following div wrapper around every Brid shortcode:
    <div style="width:640px; margin:auto;">BRID SHORTCODE HERE</div>
    Keep in mind that in the code above 640px is the width of the player. If you use a different width for your player then enter the appropriate value here.

    Hope this helps.

    Thread Starter PPDPurveyor

    (@peoples_pundit)

    So, fix number one worked, and since I had already placed the aforementioned Schema.org markup above, then everything is corrected without having going back to change everything..

    Thread Starter PPDPurveyor

    (@peoples_pundit)

    I used #1 to override the styles, and now I can center it within the Schema.org VideoObject markup. Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot Center Videos’ is closed to new replies.