WordPress Align Center Twitter Instagram And Video Fast Every Post w/ CSS



Wordpress Align Center twitter instagram

Simply pressing the WordPress align center button does not work for Twitter, Spotify, Instagram, and Video embed. Most of us aren’t interested in coding text every single Tweet and Instagram embed, so we’ve provided the fastest, easiest solution that will align center every single tweet, and instagram post you have on your entire website, globally. For the simple Spotify solution click here.

If you’re self hosted through WordPress.org or using the free WordPress.com as long as you have access to your edit CSS through appearance, the following coding should work. Visit your Wp-Admin Dashboard, scroll to Appearance, and click Edit CSS, Copy, Paste, and Save!


WordPress Align Center Twitter;

 .twitter-tweet {margin:auto;}

WordPress Align Center Instagram;

.instagram-media{
 margin: 15px auto !important;
}

If you upload video to your WordPress media files and embed the video in your post we have a solution for you too. Usually Facebook, and Youtube videos match the width of your post box therefore you wouldn’t need to center it. However if you do, simply use this method.


Align Center WordPress Video;

.wp-video {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}

Now every time you copy and past a Tweet or Instagram post you do not have to manually align center, it automatically does it for you! Now you can focus on how great your articles should be! View examples below.


© 2017 Tahir Register TheBLACKMedia On Twitter


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.