<?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: Is it possible to change the width of a text box?</title>
		<link>http://www.themolitor.com/forums/topic/is-it-possible-to-change-the-width-of-a-text-box</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Is it possible to change the width of a text box?</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 13:06:20 +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/is-it-possible-to-change-the-width-of-a-text-box" rel="self" type="application/rss+xml" />

		<item>
			<title>MrJamesP on "Is it possible to change the width of a text box?"</title>
			<link>http://www.themolitor.com/forums/topic/is-it-possible-to-change-the-width-of-a-text-box#post-43546</link>
			<pubDate>Mon, 08 Apr 2019 12:19:15 +0000</pubDate>
			<dc:creator>MrJamesP</dc:creator>
			<guid isPermaLink="false">43546@http://www.themolitor.com/forums/</guid>
			<description><p>I used this. Looks great on portrait mode. But the title text exceeds screen width in landscape mode and reduced window size on pc. Any help pls?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Is it possible to change the width of a text box?"</title>
			<link>http://www.themolitor.com/forums/topic/is-it-possible-to-change-the-width-of-a-text-box#post-43347</link>
			<pubDate>Wed, 14 Nov 2018 11:13:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43347@http://www.themolitor.com/forums/</guid>
			<description><p>You bet!
</p></description>
		</item>
		<item>
			<title>Torg_102 on "Is it possible to change the width of a text box?"</title>
			<link>http://www.themolitor.com/forums/topic/is-it-possible-to-change-the-width-of-a-text-box#post-43346</link>
			<pubDate>Wed, 14 Nov 2018 08:54:58 +0000</pubDate>
			<dc:creator>Torg_102</dc:creator>
			<guid isPermaLink="false">43346@http://www.themolitor.com/forums/</guid>
			<description><p>Perfect! Thank you!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Is it possible to change the width of a text box?"</title>
			<link>http://www.themolitor.com/forums/topic/is-it-possible-to-change-the-width-of-a-text-box#post-43343</link>
			<pubDate>Tue, 13 Nov 2018 10:03:03 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43343@http://www.themolitor.com/forums/</guid>
			<description><p>Here is some mobile styling...</p>
<pre><code>@media screen and (max-width:540px) {

	/*--PAGE CONTENT--*/
	#pageContent.with-scrollbar,
	#pageContent {
		max-height: 60%;
		width: 90%;
		margin-left: -45%;
	}
}</code></pre>
<p>Copy/paste that and adjust accordingly. You may need to adjust the "max-width" setting for tablets.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Torg_102 on "Is it possible to change the width of a text box?"</title>
			<link>http://www.themolitor.com/forums/topic/is-it-possible-to-change-the-width-of-a-text-box#post-43340</link>
			<pubDate>Mon, 12 Nov 2018 10:16:50 +0000</pubDate>
			<dc:creator>Torg_102</dc:creator>
			<guid isPermaLink="false">43340@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you, Christopher. It looks great on a deskop now but the content is cropped on a phone and tablet. Any way the content could be resized to fit on those devices?</p>
<p>Thank you,<br />
Christian
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Is it possible to change the width of a text box?"</title>
			<link>http://www.themolitor.com/forums/topic/is-it-possible-to-change-the-width-of-a-text-box#post-43328</link>
			<pubDate>Fri, 09 Nov 2018 12:58:21 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43328@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I don't see any of the CSS applied to your site. Are you using a caching plugin maybe? Sometimes those need to be reset for any changes like this to appear.</p>
<p>Also, here are some updated styling to try...</p>
<pre><code>#pageContent.with-scrollbar,
#pageContent {
    max-width: 1500px;
    width: 1500px;
    margin-left: -750px;
}</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Torg_102 on "Is it possible to change the width of a text box?"</title>
			<link>http://www.themolitor.com/forums/topic/is-it-possible-to-change-the-width-of-a-text-box#post-43324</link>
			<pubDate>Wed, 07 Nov 2018 14:56:22 +0000</pubDate>
			<dc:creator>Torg_102</dc:creator>
			<guid isPermaLink="false">43324@http://www.themolitor.com/forums/</guid>
			<description><p><a href="http://www.christianlagadec.com" rel="nofollow">http://www.christianlagadec.com</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Is it possible to change the width of a text box?"</title>
			<link>http://www.themolitor.com/forums/topic/is-it-possible-to-change-the-width-of-a-text-box#post-43321</link>
			<pubDate>Wed, 07 Nov 2018 10:11:54 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43321@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Can you provide a link to your site? I'll check it out.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Torg_102 on "Is it possible to change the width of a text box?"</title>
			<link>http://www.themolitor.com/forums/topic/is-it-possible-to-change-the-width-of-a-text-box#post-43316</link>
			<pubDate>Mon, 05 Nov 2018 15:53:18 +0000</pubDate>
			<dc:creator>Torg_102</dc:creator>
			<guid isPermaLink="false">43316@http://www.themolitor.com/forums/</guid>
			<description><p>Hello Chris,</p>
<p>These lines of code don't affect the layout of the news page. For instance, I added... </p>
<p>#pageContent {<br />
    max-width: 1500px;<br />
    width: 1500px;<br />
    margin-left: -750px;<br />
}</p>
<p>...and nothing changed. Any insights, sensei?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Is it possible to change the width of a text box?"</title>
			<link>http://www.themolitor.com/forums/topic/is-it-possible-to-change-the-width-of-a-text-box#post-43311</link>
			<pubDate>Mon, 05 Nov 2018 10:18:25 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43311@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Here is the current CSS styling that affects the width for the page content area...</p>
<pre><code>#pageContent {
    max-width: 500px;
    width: 500px;
    margin-left: -250px;
}</code></pre>
<p>You can copy/paste that into the Custom CSS box on the Customize page (appearance &#62; customize) and make edits there. </p>
<p>Note that the margin-left value needs to be half the width values.</p>
<p>For the title, try adding the following to your Custom CSS box to make page titles center...</p>
<pre><code>#page-title {text-align: center;}</code></pre>
<p>Hope that helps!
</p></description>
		</item>
		<item>
			<title>Torg_102 on "Is it possible to change the width of a text box?"</title>
			<link>http://www.themolitor.com/forums/topic/is-it-possible-to-change-the-width-of-a-text-box#post-43308</link>
			<pubDate>Fri, 02 Nov 2018 17:52:37 +0000</pubDate>
			<dc:creator>Torg_102</dc:creator>
			<guid isPermaLink="false">43308@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,</p>
<p>I would like to know if it would be possible to change the width of a news page, recenter the title (not the content)?</p>
<p>I've attached a screencap for visuals.</p>
<p><a href="https://www.dropbox.com/s/wvdyz5scrp4u52t/News%20Window%20Width%20Change%20%20-%20Question.jpg?dl=0" rel="nofollow">https://www.dropbox.com/s/wvdyz5scrp4u52t/News%20Window%20Width%20Change%20%20-%20Question.jpg?dl=0</a></p>
<p>Thank you for your help.</p>
<p>Best,<br />
Christian
</p></description>
		</item>

	</channel>
</rss>
