<?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: Prev/next buttons</title>
		<link>http://www.themolitor.com/forums/topic/prevnext-buttons</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Prev/next buttons</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 12:26:50 +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/prevnext-buttons" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Prev/next buttons"</title>
			<link>http://www.themolitor.com/forums/topic/prevnext-buttons#post-18237</link>
			<pubDate>Thu, 07 Feb 2013 10:16:52 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18237@http://www.themolitor.com/forums/</guid>
			<description><p>@steveodesign</p>
<p>It looks like you've made edits to the template files. In order for me to troubleshoot any theme issues, you'll need to revert to the default template files as I do not provide support for customizations/modifications.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>steveodesign on "Prev/next buttons"</title>
			<link>http://www.themolitor.com/forums/topic/prevnext-buttons#post-18211</link>
			<pubDate>Wed, 06 Feb 2013 11:40:13 +0000</pubDate>
			<dc:creator>steveodesign</dc:creator>
			<guid isPermaLink="false">18211@http://www.themolitor.com/forums/</guid>
			<description><p>I have made some of these changes but when I re-size the window small enough for the arrows to disappear the .navigation prev/next buttons do not show up like they do on the homepage. How do I get these to show up so that people can still navigate when the browser window is smaller.</p>
<p><a href="http://www.devisecubed.com/generalIllustration/1/" rel="nofollow">http://www.devisecubed.com/generalIllustration/1/</a></p>
<p>Thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Prev/next buttons"</title>
			<link>http://www.themolitor.com/forums/topic/prevnext-buttons#post-18104</link>
			<pubDate>Thu, 31 Jan 2013 23:15:29 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18104@http://www.themolitor.com/forums/</guid>
			<description><p>You bet ;-)
</p></description>
		</item>
		<item>
			<title>jkroeg on "Prev/next buttons"</title>
			<link>http://www.themolitor.com/forums/topic/prevnext-buttons#post-18099</link>
			<pubDate>Thu, 31 Jan 2013 16:20:38 +0000</pubDate>
			<dc:creator>jkroeg</dc:creator>
			<guid isPermaLink="false">18099@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks so much! You are really helping me. I have one more question, but it's unrelated, so I'll start a new topic.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Prev/next buttons"</title>
			<link>http://www.themolitor.com/forums/topic/prevnext-buttons#post-18087</link>
			<pubDate>Thu, 31 Jan 2013 13:43:03 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18087@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>For example, on line 266 "<code>div.pagenav</code>" currently has "<code>top: 200px;</code>", so you'll want adjust that 200px to a larger/smaller number depending on how much you want to change the positioning.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>jkroeg on "Prev/next buttons"</title>
			<link>http://www.themolitor.com/forums/topic/prevnext-buttons#post-18074</link>
			<pubDate>Wed, 30 Jan 2013 15:52:17 +0000</pubDate>
			<dc:creator>jkroeg</dc:creator>
			<guid isPermaLink="false">18074@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks Molitor! The prev/next switch works great!</p>
<p>Please forgive my stupidity, but could you explain more how to change the vertical positioning?<br />
Let's say I want them 200px down from the top position, what exactly would I change "top" to?<br />
Also, there are several "div.pagenav" with a "top" attribute. Should I change them all?</p>
<p>Thanks again for the help!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Prev/next buttons"</title>
			<link>http://www.themolitor.com/forums/topic/prevnext-buttons#post-18050</link>
			<pubDate>Wed, 30 Jan 2013 13:17:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">18050@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>To switch the position of the arrow buttons, open "style.css" and change the following on lines 192-193 from this...</p>
<pre><code>a[rel~=&#34;prev&#34;] {right: -25px; background-position: right center;}
a[rel~=&#34;next&#34;] {left: -25px; background-position: left center;}</code></pre>
<p>...to this...</p>
<pre><code>a[rel~=&#34;prev&#34;] {left: -25px; background-position: left center;}
a[rel~=&#34;next&#34;] {right: -25px; background-position: right center;}</code></pre>
<p>Change the following on lines 269-273 from this...</p>
<pre><code>#nextpage {right: -25px;}
#nextpage a {background-position: right center;}

#backpage {left: -25px;}
#backpage a {background-position: left center;}</code></pre>
<p>...to this...</p>
<pre><code>#nextpage {left: -25px;}
#nextpage a {background-position: left center;}

#backpage {right: -25px;}
#backpage a {background-position: right center;}</code></pre>
<p>Change the following on lines 425-429 from this...</p>
<pre><code>#nextpage {right: auto;}
#nextpage a {background-position: right center;}

#backpage {left: auto;}
#backpage a {background-position: left center;}</code></pre>
<p>...to this..</p>
<pre><code>#nextpage {left: auto;}
#nextpage a {background-position: left center;}

#backpage {right: auto;}
#backpage a {background-position: right center;}</code></pre>
<p>Regarding vertical positioning, adjust the "top" attribute for "<code>div.pagenav</code>" and "<code>a[rel~=&#34;prev&#34;],a[rel~=&#34;next&#34;]</code>".</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>jkroeg on "Prev/next buttons"</title>
			<link>http://www.themolitor.com/forums/topic/prevnext-buttons#post-18028</link>
			<pubDate>Tue, 29 Jan 2013 17:38:17 +0000</pubDate>
			<dc:creator>jkroeg</dc:creator>
			<guid isPermaLink="false">18028@http://www.themolitor.com/forums/</guid>
			<description><p>2 questions!</p>
<p>Is there any way to switch the functions of the arrow buttons? I would like 'next' to lead you to the newer post, and 'prev' to lead you to the older post.</p>
<p>Also, how can I move the arrow button further down the page?</p>
<p>Thanks for the amazing theme!
</p></description>
		</item>

	</channel>
</rss>
