<?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: Synopsis page changes position when changing browser width</title>
		<link>http://www.themolitor.com/forums/topic/synopsis-page-changes-position-when-changing-browser-width</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Synopsis page changes position when changing browser width</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 11:06:40 +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/synopsis-page-changes-position-when-changing-browser-width" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Synopsis page changes position when changing browser width"</title>
			<link>http://www.themolitor.com/forums/topic/synopsis-page-changes-position-when-changing-browser-width#post-41197</link>
			<pubDate>Tue, 14 Mar 2017 10:35:39 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41197@http://www.themolitor.com/forums/</guid>
			<description><p>I've posted details for the v1.0.3 update here: <a href="http://www.themolitor.com/forums/topic/update-v101-for-vysualize?replies=5#post-41196" rel="nofollow">http://www.themolitor.com/forums/topic/update-v101-for-vysualize?replies=5#post-41196</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Synopsis page changes position when changing browser width"</title>
			<link>http://www.themolitor.com/forums/topic/synopsis-page-changes-position-when-changing-browser-width#post-41195</link>
			<pubDate>Tue, 14 Mar 2017 10:11:07 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41195@http://www.themolitor.com/forums/</guid>
			<description><p>Here's the solution I found...</p>
<p>Open css/respond.css and change the following on lines 94-99 from this...</p>
<pre><code>/*--PAGE CONTENT--*/
#pageContent.with-scrollbar,
#pageContent {
	max-height: 60%;
	width: 90%;
}</code></pre>
<p>...to this...</p>
<pre><code>/*--PAGE CONTENT--*/
#pageContent.with-scrollbar,
#pageContent {
	max-height: 60%;
	width: 90%;
	margin-left: 0;
}</code></pre>
<p>Let me know if that does the trick. </p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Synopsis page changes position when changing browser width"</title>
			<link>http://www.themolitor.com/forums/topic/synopsis-page-changes-position-when-changing-browser-width#post-41151</link>
			<pubDate>Mon, 06 Mar 2017 09:33:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41151@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for sharing your findings! I'll test this and add it to the theme if it holds up. </p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>mikkel on "Synopsis page changes position when changing browser width"</title>
			<link>http://www.themolitor.com/forums/topic/synopsis-page-changes-position-when-changing-browser-width#post-41141</link>
			<pubDate>Sat, 04 Mar 2017 07:46:32 +0000</pubDate>
			<dc:creator>mikkel</dc:creator>
			<guid isPermaLink="false">41141@http://www.themolitor.com/forums/</guid>
			<description><p>I think I fixed it somehow.</p>
<p>Add this to your CSS:</p>
<pre><code>#pageContent.with-scrollbar {
    padding-right: 0px;
    margin-left: 0px;
    width: 90%;
}</code></pre>
<p>Apparently, when you change the width of your browser (or scroll on a phone/tablet) it will add some CSS code which pushes the page to the side.</p>
<p>The site adds the following code</p>
<pre><code>#pageContent.with-scrollbar {
    padding-right: 30px;
    margin-left: -240px;
    width: 470px;
}</code></pre>
<p>If you copy'n'paste the first attributes i posted, this will fix the center text page.<br />
So now it will be in the center all the time.
</p></description>
		</item>
		<item>
			<title>mikkel on "Synopsis page changes position when changing browser width"</title>
			<link>http://www.themolitor.com/forums/topic/synopsis-page-changes-position-when-changing-browser-width#post-41140</link>
			<pubDate>Sat, 04 Mar 2017 07:19:27 +0000</pubDate>
			<dc:creator>mikkel</dc:creator>
			<guid isPermaLink="false">41140@http://www.themolitor.com/forums/</guid>
			<description><p>Hello.</p>
<p>My site is: <a href="http://stanleyproductions.dk/" rel="nofollow">http://stanleyproductions.dk/</a></p>
<p>I have this problem with the center text/synopsis page, where if i change the width of my browser, it will move the text to the left, and it will stay like that, till i refresh the page.</p>
<p>It does the exact same on my phone, if i scroll too fast, it will move the text to the left.</p>
<p>But i have found out, if there is only a small amount of text, then it will not move to the left.</p>
<p>check out these sites, to see what im talking about:<br />
<a href="http://nemtudoetragedia.com.br/" rel="nofollow">http://nemtudoetragedia.com.br/</a><br />
<a href="http://inembryothemovie.com/" rel="nofollow">http://inembryothemovie.com/</a><br />
<a href="http://2bfilmes.com.br/sobre/" rel="nofollow">http://2bfilmes.com.br/sobre/</a></p>
<p>Is there any code i can use to fix this? I have no idea what to do.</p>
<p>Thanks.</p>
<p>Mikkel
</p></description>
		</item>

	</channel>
</rss>
