<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Headings of Posts - not using entire space</title>
		<link>http://www.themolitor.com/forums/topic/headings-of-posts-not-using-entire-space</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Headings of Posts - not using entire space</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 14:30:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/headings-of-posts-not-using-entire-space" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Headings of Posts - not using entire space"</title>
			<link>http://www.themolitor.com/forums/topic/headings-of-posts-not-using-entire-space#post-34260</link>
			<pubDate>Thu, 07 May 2015 10:01:14 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">34260@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you haven't already, PLEASE don't forget to rate it on your downloads page on ThemeForest. Positive ratings REALLY help me out and encourage further development and updates.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>jzenari on "Headings of Posts - not using entire space"</title>
			<link>http://www.themolitor.com/forums/topic/headings-of-posts-not-using-entire-space#post-34250</link>
			<pubDate>Thu, 07 May 2015 04:06:25 +0000</pubDate>
			<dc:creator>jzenari</dc:creator>
			<guid isPermaLink="false">34250@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris!</p>
<p>Worked this time around. Thanks.</p>
<p>Have a great day!<br />
Janet :)
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Headings of Posts - not using entire space"</title>
			<link>http://www.themolitor.com/forums/topic/headings-of-posts-not-using-entire-space#post-34212</link>
			<pubDate>Wed, 06 May 2015 09:02:08 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">34212@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try using this...</p>
<pre><code>@media screen and (max-width:1024px) {
.listingContent {
    float: left !important;
    margin-left: 20px !important;
    width: 90% !important;
}
}
.listing.fullLayout h2.posttitle { width: 100% !important; }
.page h2.posttitle,
.post h2.posttitle { width: 100% !important; }</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>jzenari on "Headings of Posts - not using entire space"</title>
			<link>http://www.themolitor.com/forums/topic/headings-of-posts-not-using-entire-space#post-34198</link>
			<pubDate>Tue, 05 May 2015 17:01:19 +0000</pubDate>
			<dc:creator>jzenari</dc:creator>
			<guid isPermaLink="false">34198@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris</p>
<p>Understand your design decision and thanks for the code.  Have added and it doesn't appear to be working.  There is other code in there from another request I put through to you, not sure if this is impacting?  I have it here with the new code:</p>
<pre><code>@media screen and (max-width:1024px) {
.listingContent {
    float: left;
    margin-left: 20px;
    width: 90%;
}
}
.listing.fullLayout h2.posttitle { width: 100%; }
.page h2.posttitle,
.post h2.posttitle { width: 100%; }</code></pre>
<p>Let me know next steps, thanks<br />
Janet :)
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Headings of Posts - not using entire space"</title>
			<link>http://www.themolitor.com/forums/topic/headings-of-posts-not-using-entire-space#post-34171</link>
			<pubDate>Mon, 04 May 2015 09:05:25 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">34171@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>There is a width setting being applied. This was a design/aesthetic decision based on my testing. Here is the CSS...</p>
<pre><code>.listing.fullLayout h2.posttitle { width: 80%; }
.page h2.posttitle,
.post h2.posttitle { width: 95%; }</code></pre>
<p>You can copy/paste that into the Custom CSS box on the Customize page and make changes there. To make full use of the space available, change the values to <code>100%</code></p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>jzenari on "Headings of Posts - not using entire space"</title>
			<link>http://www.themolitor.com/forums/topic/headings-of-posts-not-using-entire-space#post-34163</link>
			<pubDate>Sat, 02 May 2015 03:26:19 +0000</pubDate>
			<dc:creator>jzenari</dc:creator>
			<guid isPermaLink="false">34163@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris</p>
<p>My headings don't seem to use the full space within the preview space.  For instance on the home page and when you are searching.  I have an example of this on my homepage currently.  <a href="http://www.ontofood.com" rel="nofollow">http://www.ontofood.com</a>.  For instance if you look at the post "Rozalla –everybody’s free (to feel good)" the "good" moves to a new line when it appears as though it should fit on the first line heading.  Any suggestions on how I can get the wording to use the space?</p>
<p>Thanks<br />
Janet :)
</p></description>
		</item>

	</channel>
</rss>
