<?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: Sidebar on the bottom of the post</title>
		<link>http://www.themolitor.com/forums/topic/sidebar-on-the-bottom-of-the-post</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Sidebar on the bottom of the post</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 06:01:18 +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/sidebar-on-the-bottom-of-the-post" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Sidebar on the bottom of the post"</title>
			<link>http://www.themolitor.com/forums/topic/sidebar-on-the-bottom-of-the-post#post-27547</link>
			<pubDate>Wed, 05 Mar 2014 10:44:50 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27547@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Positive ratings REALLY help me out.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>albertocuadrado on "Sidebar on the bottom of the post"</title>
			<link>http://www.themolitor.com/forums/topic/sidebar-on-the-bottom-of-the-post#post-27542</link>
			<pubDate>Wed, 05 Mar 2014 07:34:34 +0000</pubDate>
			<dc:creator>albertocuadrado</dc:creator>
			<guid isPermaLink="false">27542@http://www.themolitor.com/forums/</guid>
			<description><p>Yes! That works! Thanks!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Sidebar on the bottom of the post"</title>
			<link>http://www.themolitor.com/forums/topic/sidebar-on-the-bottom-of-the-post#post-27519</link>
			<pubDate>Tue, 04 Mar 2014 14:14:31 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27519@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>To have the post details and sidebar sit below the post content, open single.php and move the entire postDetails div (lines 38-105) under the closing post div ("end post" on line 148).</p>
<p>Hope that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>albertocuadrado on "Sidebar on the bottom of the post"</title>
			<link>http://www.themolitor.com/forums/topic/sidebar-on-the-bottom-of-the-post#post-27496</link>
			<pubDate>Tue, 04 Mar 2014 00:23:15 +0000</pubDate>
			<dc:creator>albertocuadrado</dc:creator>
			<guid isPermaLink="false">27496@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, sorry I confused</p>
<p>I think you misunderstood me. How I can put the sidebar on the bottom of the post in responsive design? In "pages" and "file" and it works.</p>
<p>Regards.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Sidebar on the bottom of the post"</title>
			<link>http://www.themolitor.com/forums/topic/sidebar-on-the-bottom-of-the-post#post-27467</link>
			<pubDate>Mon, 03 Mar 2014 09:43:48 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27467@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Sorry, I only speak English. Would you mind translating?</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>albertocuadrado on "Sidebar on the bottom of the post"</title>
			<link>http://www.themolitor.com/forums/topic/sidebar-on-the-bottom-of-the-post#post-27462</link>
			<pubDate>Mon, 03 Mar 2014 07:54:46 +0000</pubDate>
			<dc:creator>albertocuadrado</dc:creator>
			<guid isPermaLink="false">27462@http://www.themolitor.com/forums/</guid>
			<description><p>Creo que no me has entendido. ¿Cómo puedo poner la sidebar en la parte inferior del post en el diseño responsive? En "páginas" y "archivo" ya funciona así. </p>
<p>Regards.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Sidebar on the bottom of the post"</title>
			<link>http://www.themolitor.com/forums/topic/sidebar-on-the-bottom-of-the-post#post-27405</link>
			<pubDate>Thu, 27 Feb 2014 10:04:51 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27405@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The sidebar is the same regardless of screen size or layout. The markup for the sidebar is located in sidebar.php. The responsive styling is located on lines 117-122 of style.css ...</p>
<pre><code>/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:1040px) {#sidebar {width: 250px !important;}}/*/mediaquery*/
@media screen and (max-width:890px) {#sidebar {float: none !important; margin: 85px auto 0; width: 300px;}}/*/mediaquery*/
@media screen and (max-width:590px) {#sidebar {width: 100%;}}/*/mediaquery*/</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>albertocuadrado on "Sidebar on the bottom of the post"</title>
			<link>http://www.themolitor.com/forums/topic/sidebar-on-the-bottom-of-the-post#post-27395</link>
			<pubDate>Thu, 27 Feb 2014 00:28:28 +0000</pubDate>
			<dc:creator>albertocuadrado</dc:creator>
			<guid isPermaLink="false">27395@http://www.themolitor.com/forums/</guid>
			<description><p>Hello, I've bought the theme and I want to locate the sidebar in the bottom on the responsive design. Can you help me? Thanks.
</p></description>
		</item>

	</channel>
</rss>
