Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, I just quickly tested the behaviour by activating two different Gutenberg themes and it acts the same. So the issue is not exclusively to this theme. To be honest, I’m not sure if the position styling of this element is the Gutenberg plugin territory or the themes. However here is a quick snippet allowing you to center the embed.

    .wp-block-embed-twitter .twitter-tweet {
    	  display: block;
        margin-left: auto;
        margin-right: auto 
    }
    Thread Starter Victor M Ramirez

    (@isvictorious)

    I can get the CSS. Looking for a solution for clients but will add as bug to Gutenberg plugin.

    Good idea to report it as bug. Provided CSS might be useful for anyone coming across this topic.

    Thread Starter Victor M Ramirez

    (@isvictorious)

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Centering Embeds’ is closed to new replies.