<?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>change size &amp; position of featured image on blog &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 23:17:54 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-145856</guid>
					<title><![CDATA[change size &amp; position of featured image on blog]]></title>
					<link>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-145856</link>
					<pubDate>Sat, 15 Nov 2014 23:39:48 +0000</pubDate>
					<dc:creator>Pamela</dc:creator>

					<description>
						<![CDATA[
						<p>Hi!</p>
<p>I&#8217;m trying to change the size &amp; position of the featured image on blog posts (www.womenslunchplace.org) but the custom css fix that I&#8217;ve seen others use to do this isn&#8217;t working.  I&#8217;ve set the featured image on the post and inserted the following code into the customizer:</p>
<p>.entry-featured {<br />
	position: static;<br />
	padding: 0;<br />
	width: 200px;<br />
	float: left;<br />
	margin: 20px 20px 20px 0;<br />
}</p>
<p>Thanks!<br />
pam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-145860</guid>
					<title><![CDATA[Reply To: change size &amp; position of featured image on blog]]></title>
					<link>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-145860</link>
					<pubDate>Sat, 15 Nov 2014 23:43:41 +0000</pubDate>
					<dc:creator>Pamela</dc:creator>

					<description>
						<![CDATA[
						<p>oops, i gave you the wrong url&#8230;.the development url is: wlp.np3consulting.com</p>
<p>thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-146280</guid>
					<title><![CDATA[Reply To: change size &amp; position of featured image on blog]]></title>
					<link>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-146280</link>
					<pubDate>Sun, 16 Nov 2014 21:39:54 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for posting in.</p>
<p>Would you mind directing to the post with featured image?</p>
<p>I can&#8217;t find any post, all you have are pages with images. And pages does not have featured images and, thus, your css will not work.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-146290</guid>
					<title><![CDATA[Reply To: change size &amp; position of featured image on blog]]></title>
					<link>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-146290</link>
					<pubDate>Sun, 16 Nov 2014 22:05:58 +0000</pubDate>
					<dc:creator>Pamela</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>The post with the featured image is at: <a href="http://wlp.np3consulting.com/tech-goes-home/" rel="nofollow">http://wlp.np3consulting.com/tech-goes-home/</a></p>
<p>The featured image on the post is okay (it&#8217;s aligned left &amp; smaller)&#8230;but it&#8217;s still displaying gigantically on the homepage (<a href="http://wlp.np3consulting.com&#038;#8230" rel="nofollow">http://wlp.np3consulting.com&#038;#8230</a>;.scroll down the page for the blog feed w/ tech goes home)</p>
<p>Thank you so much for your help!! <strong>Support is amazing 🙂</strong></p>
<p>pam</p>
<p>p.s. btw, it would be ideal if the featured image was aligned left &amp; small on the homepage but larger on the actual post</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-146601</guid>
					<title><![CDATA[Reply To: change size &amp; position of featured image on blog]]></title>
					<link>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-146601</link>
					<pubDate>Mon, 17 Nov 2014 11:00:10 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please add this code:</p>
<pre><code>.home ul.slides {
width: 52%;
}
.entry-featured {
padding: 0;
width: 80%;
margin: 0 auto;
float: none;
display: block;
}

</code></pre>
<p>And delete this:</p>
<pre><code>.entry-featured {
position: static;
padding: 0;
width: 200px;
float: left;
margin: 20px 20px 20px 0;
}</code></pre>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-146903</guid>
					<title><![CDATA[Reply To: change size &amp; position of featured image on blog]]></title>
					<link>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-146903</link>
					<pubDate>Mon, 17 Nov 2014 17:13:27 +0000</pubDate>
					<dc:creator>Pamela</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thank you so much for the fix 🙂 It&#8217;s looking better!</p>
<p>But how do I get rid of the bullet that&#8217;s appearing to the left of the image (homepage only)? And is there some way to have the image float to the left of the text. Ex: <a href="http://www.rosiesplace.org" rel="nofollow">http://www.rosiesplace.org</a></p>
<p>Also, is there some css to adjust the title size of the blog post?</p>
<p>I&#8217;m sorry for all the questions &#8211; I&#8217;m still at bottom of learning curve!</p>
<p>Thanks again,<br />
pam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-147151</guid>
					<title><![CDATA[Reply To: change size &amp; position of featured image on blog]]></title>
					<link>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-147151</link>
					<pubDate>Tue, 18 Nov 2014 00:10:59 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>#1. Place the following CSS code into your Customizer, <strong>Custom &gt; CSS</strong> section using the menu <strong>Appearance -&gt; Customize</strong>. </p>
<pre><code>
.article_list.article_list_images &gt; li {
    background-image: none !important;
}
</code></pre>
<p>#2. I see that your images already aligned to left. </p>
<p>#3. You can use the following CSS place it into your Customizer, <strong>Custom &gt; CSS</strong> section. </p>
<pre><code>
.article_list &gt; li &gt; h5 &gt; a {
    font-size: 1.2em;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-147802</guid>
					<title><![CDATA[Reply To: change size &amp; position of featured image on blog]]></title>
					<link>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-147802</link>
					<pubDate>Tue, 18 Nov 2014 18:40:01 +0000</pubDate>
					<dc:creator>Pamela</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Unfortunately, that css code doesn&#8217;t change anything 🙁</p>
<p>Also, while the featured image does align left on the actual post ..it&#8217;s still  above the text on homepage (i.e., where i add [recent_posts] shortcode) &#8211; i want it to float:left everywhere&#8230;that&#8217;s probably the easiest fix.</p>
<p>And, while I was able to get the post text on the actual post to resize using this bit of code:</p>
<p>h1.entry-title {<br />
    font-size: 24px;<br />
}</p>
<p>it&#8217;s not changing the size on the homepage.</p>
<p>Thanks for your patience and help!<br />
pam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-148132</guid>
					<title><![CDATA[Reply To: change size &amp; position of featured image on blog]]></title>
					<link>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-148132</link>
					<pubDate>Wed, 19 Nov 2014 05:40:29 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Pam,</p>
<p>Thanks for writing in! It sounds like you might be having an issue with a third party plugin(theme fusion builder) or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer&#8217;s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.</p>
<p>Thank you for your understanding.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-148455</guid>
					<title><![CDATA[Reply To: change size &amp; position of featured image on blog]]></title>
					<link>https://theme.co/archive/forums/topic/change-size-position-of-featured-image-on-blog/#post-148455</link>
					<pubDate>Wed, 19 Nov 2014 14:37:56 +0000</pubDate>
					<dc:creator>Pamela</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p><strong>I&#8217;ve disabled all third party plugins</strong> but it&#8217;s still not working. I&#8217;m going crazy trying to get [recent_posts] to format correctly on the homepage. 🙁</p>
<p>Is there anything else I can try? </p>
<p>Please help!!<br />
pam</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

