<?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: Change size of navigation arrows on post page?</title>
		<link>http://www.themolitor.com/forums/topic/change-size-of-navigation-arrows-on-post-page</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Change size of navigation arrows on post page?</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 21:49:19 +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/change-size-of-navigation-arrows-on-post-page" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Change size of navigation arrows on post page?"</title>
			<link>http://www.themolitor.com/forums/topic/change-size-of-navigation-arrows-on-post-page#post-41150</link>
			<pubDate>Mon, 06 Mar 2017 09:08:42 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41150@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Definitely possible, but requires some CSS tweaking of the nested span tag. Checkout the CSS for that in the style.css file. There's quite a bit involved for each arrow (it's all CSS-generated design) and not the type of thing I can provide instructions for here.</p>
<p>If you need help with these types of edits, I'll have to ask that you submit a request for custom services: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>mikkel on "Change size of navigation arrows on post page?"</title>
			<link>http://www.themolitor.com/forums/topic/change-size-of-navigation-arrows-on-post-page#post-41139</link>
			<pubDate>Sat, 04 Mar 2017 05:54:09 +0000</pubDate>
			<dc:creator>mikkel</dc:creator>
			<guid isPermaLink="false">41139@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you. Is it also possible to change the size?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Change size of navigation arrows on post page?"</title>
			<link>http://www.themolitor.com/forums/topic/change-size-of-navigation-arrows-on-post-page#post-41136</link>
			<pubDate>Fri, 03 Mar 2017 15:04:02 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41136@http://www.themolitor.com/forums/</guid>
			<description><p>The above is for category pages. Here's the CSS styling for post pages...</p>
<pre><code>#ajax-content &#62; a[rel=&#34;next&#34;] {
    right: 50px;
}
#ajax-content &#62; a[rel=&#34;prev&#34;] {
    right: 20px;
}
#ajax-content &#62; a[rel=&#34;next&#34;],
#ajax-content &#62; a[rel=&#34;prev&#34;] {
    bottom: 25px;
    cursor: pointer;
    display: block;
    height: 33px;
    position: absolute;
    width: 30px;
    z-index: 1;
}</code></pre>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Change size of navigation arrows on post page?"</title>
			<link>http://www.themolitor.com/forums/topic/change-size-of-navigation-arrows-on-post-page#post-41135</link>
			<pubDate>Fri, 03 Mar 2017 15:02:57 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41135@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Here is the current CSS styling for those elements...</p>
<pre><code>#slide-left {
    right: 50px;
}
#slide-right {
    right: 20px;
}
.slide-nav {
    bottom: 25px;
    cursor: pointer;
    display: block;
    height: 33px;
    position: absolute;
    width: 30px;
    z-index: 1;
}</code></pre>
<p>You can copy/paste that into your Custom CSS box and make edits there.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>mikkel on "Change size of navigation arrows on post page?"</title>
			<link>http://www.themolitor.com/forums/topic/change-size-of-navigation-arrows-on-post-page#post-41131</link>
			<pubDate>Thu, 02 Mar 2017 12:09:07 +0000</pubDate>
			<dc:creator>mikkel</dc:creator>
			<guid isPermaLink="false">41131@http://www.themolitor.com/forums/</guid>
			<description><p>Hello.<br />
First of all I would like to thank you for your help so far.</p>
<p>I got one more question about an element I want to change.</p>
<p>Is there any way to change the size and position of the navigation buttons on post/category pages?<br />
I have tried in CSS with something like left: 50px; where it doesnt help much.<br />
I dont have much experience with coding, but if you could point me in the right direction, i should be able to figure out the rest.</p>
<p>Thanks!</p>
<p>Mikkel
</p></description>
		</item>

	</channel>
</rss>
