<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Need Video to center</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 08:50:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33150</guid>
					<title><![CDATA[Need Video to center]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33150</link>
					<pubDate>Wed, 22 Aug 2018 00:02:23 +0000</pubDate>
					<dc:creator>cindyfittzone</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://fitt.zone/success_stories/" rel="nofollow">http://fitt.zone/success_stories/</a></p>
<p>I&#8217;m centering all my text, etc for this website and I cannot seem to get the video on this page to center no matter what I do. Can you please advise?</p>
<p>I also added onto another question, but how in the world do I make the background of the page dark?</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33151</guid>
					<title><![CDATA[Reply To: Need Video to center]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33151</link>
					<pubDate>Wed, 22 Aug 2018 00:21:02 +0000</pubDate>
					<dc:creator>cindyfittzone</dc:creator>

					<description>
						<![CDATA[
						<p>I figured out the page coloring issue. But am still perplexed by the video.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33155</guid>
					<title><![CDATA[Reply To: Need Video to center]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33155</link>
					<pubDate>Wed, 22 Aug 2018 07:48:30 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You can add a <code>margin: auto;</code> property to the Video holder element you have there (with ID mep_0). And then add this <code>text-align: center;</code> to your parent div with class wp-video.<br />
So you can add this CSS to the page:</p>
<pre><code>.wp-video {
text-align: center;
}
#mep_0 {
margin: auto;
}</code></pre>
<p>that should do it. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33158</guid>
					<title><![CDATA[Reply To: Need Video to center]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33158</link>
					<pubDate>Wed, 22 Aug 2018 14:29:33 +0000</pubDate>
					<dc:creator>cindyfittzone</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you. </p>
<p>I&#8217;m not sure where to put the &#8220;margin: auto;&#8221; and the &#8220;text-align: center;&#8221;. Am I adding it to the Style Sheet in editor? If so, where? I only see a couple references to video.</p>
<p>As for the CSS, I can&#8217;t add CSS to individual pages (as far as I can tell). I would assume I add it under the Customize/Additional CSS.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33162</guid>
					<title><![CDATA[Reply To: Need Video to center]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33162</link>
					<pubDate>Thu, 23 Aug 2018 08:15:58 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Simply place the CSS I gave you in your Child theme&#8217;s CSS file or in Theme Options->CSS! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33163</guid>
					<title><![CDATA[Reply To: Need Video to center]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33163</link>
					<pubDate>Thu, 23 Aug 2018 14:22:48 +0000</pubDate>
					<dc:creator>cindyfittzone</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you. I&#8217;ve tried putting it in both places and it doesn&#8217;t seem to work. Any other ideas?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33164</guid>
					<title><![CDATA[Reply To: Need Video to center]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33164</link>
					<pubDate>Fri, 24 Aug 2018 07:17:27 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Update to this:</p>
<pre><code>.wp-video {
    text-align: center;
    width: auto!important;
}
#mep_0 {
margin: auto;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33165</guid>
					<title><![CDATA[Reply To: Need Video to center]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/need-video-to-center/#post-33165</link>
					<pubDate>Fri, 24 Aug 2018 15:41:38 +0000</pubDate>
					<dc:creator>cindyfittzone</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you so much! That worked beautifully.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

