<?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>Center author photo (horizontally &amp; vertically) &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 05:34:46 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-343227</guid>
					<title><![CDATA[Center author photo (horizontally &amp; vertically)]]></title>
					<link>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-343227</link>
					<pubDate>Tue, 28 Jul 2015 18:24:58 +0000</pubDate>
					<dc:creator>flittrst</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>is there a way to get the author photo vertically centered (when viewing on desktop) and horizontally centered (when viewing on mobile)?</p>
<p>When viewing on my iPhone it should be centered horizontally (above my name):<br />
<img decoding="async" src="http://www.adsventure.de/wp-content/uploads/2015/07/mobile.png" alt="" /></p>
<p>When viewing on my Desktop it should be centered vertically (next to my name):<br />
<img decoding="async" src="http://www.adsventure.de/wp-content/uploads/2015/07/desktop.png" alt="" /></p>
<p>URL is <a href="http://www.adsventure.de/" rel="nofollow">http://www.adsventure.de/</a></p>
<p>Is this possible somehow?</p>
<p>Thanks guys for your awesome work and theme! all the best!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-343375</guid>
					<title><![CDATA[Reply To: Center author photo (horizontally &amp; vertically)]]></title>
					<link>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-343375</link>
					<pubDate>Tue, 28 Jul 2015 20:38:42 +0000</pubDate>
					<dc:creator>Prasant Rai</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for writing in!</p>
<p>I can see that on desktop author image is vertically center. </p>
<p><img decoding="async" src="http://i.imgur.com/LxMNeSE.png" alt="" /></p>
<p>To fix the issue on mobile kindly use following CSS under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>:</p>
<pre><code>@media (max-width: 480px)
.x-author-box .avatar {
    display: block;
    float: none !important;
    margin: 0 auto;
}</code></pre>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-343799</guid>
					<title><![CDATA[Reply To: Center author photo (horizontally &amp; vertically)]]></title>
					<link>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-343799</link>
					<pubDate>Wed, 29 Jul 2015 07:45:10 +0000</pubDate>
					<dc:creator>flittrst</dc:creator>

					<description>
						<![CDATA[
						<p>Got it, thanks a lot!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-343804</guid>
					<title><![CDATA[Reply To: Center author photo (horizontally &amp; vertically)]]></title>
					<link>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-343804</link>
					<pubDate>Wed, 29 Jul 2015 07:51:01 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-359324</guid>
					<title><![CDATA[Reply To: Center author photo (horizontally &amp; vertically)]]></title>
					<link>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-359324</link>
					<pubDate>Fri, 14 Aug 2015 18:06:25 +0000</pubDate>
					<dc:creator>flittrst</dc:creator>

					<description>
						<![CDATA[
						<p>Short question regarding that topic again:</p>
<p>Now, on desktop view, the text breaks under the photo:<br />
<img decoding="async" src="http://www.adsventure.de/wp-content/uploads/2015/08/author.png" alt="" /><br />
Do you know a quick fix for that?</p>
<p>This happens only, when the photo is displayed left next to the text</p>
<p>Thx!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-359448</guid>
					<title><![CDATA[Reply To: Center author photo (horizontally &amp; vertically)]]></title>
					<link>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-359448</link>
					<pubDate>Fri, 14 Aug 2015 21:10:17 +0000</pubDate>
					<dc:creator>Prasant Rai</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for writing in!</p>
<p>Kindly use following CSS under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>:</p>
<pre><code>@media screen and (min-width: 800px) {
    p.p-author.mbn {
    margin-left: 109px !important;
}
}
</code></pre>
<p>Let us know how it goes.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-359843</guid>
					<title><![CDATA[Reply To: Center author photo (horizontally &amp; vertically)]]></title>
					<link>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-359843</link>
					<pubDate>Sat, 15 Aug 2015 13:06:52 +0000</pubDate>
					<dc:creator>flittrst</dc:creator>

					<description>
						<![CDATA[
						<p>as always: perfect help &lt;3 thx!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-359855</guid>
					<title><![CDATA[Reply To: Center author photo (horizontally &amp; vertically)]]></title>
					<link>https://theme.co/archive/forums/topic/center-author-photo-horizontally-vertically/#post-359855</link>
					<pubDate>Sat, 15 Aug 2015 13:27:30 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re most welcome 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

