<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>How to create a template with no container but sidebar? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-create-a-template-with-no-container-but-sidebar/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-create-a-template-with-no-container-but-sidebar/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 08:51:18 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-create-a-template-with-no-container-but-sidebar/#post-254296</guid>
					<title><![CDATA[How to create a template with no container but sidebar?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-create-a-template-with-no-container-but-sidebar/#post-254296</link>
					<pubDate>Mon, 20 Apr 2015 22:25:15 +0000</pubDate>
					<dc:creator>cin7</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m using Integrity and I&#8217;m trying to build a page with right sidebar but no container. Couldn&#8217;t find the option in the template setting (the No Container ones have no sidebar and the Layout &#8211; Content Left Sidebar Right has a container). How can I achieve this? Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-create-a-template-with-no-container-but-sidebar/#post-254436</guid>
					<title><![CDATA[Reply To: How to create a template with no container but sidebar?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-create-a-template-with-no-container-but-sidebar/#post-254436</link>
					<pubDate>Tue, 21 Apr 2015 01:48:09 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>The no container options has no sidebar because they are intended for user&#8217;s design. We currently don&#8217;t have the layout that you need prebuilt in X but that is technically possible. Please add the code below in your <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong> to CSS </p>
<pre><code>.page-template-template-layout-content-sidebar .x-container.max.width.offset {
    width: 100%;
    max-width: 100%;
}</code></pre>
<p>That is for the Sidebar Right template. For Sidebar Left, please use</p>
<pre><code>.page-template-template-layout-sidebar-content .x-container.max.width.offset {
    width: 100%;
    max-width: 100%;
}</code></pre>
<p>The code given will make the container span the whole width of the browser. That serves only as a guide but further customization is outside the scope of our support. You might want to contact our trusted partners who caters X setup and customization needs. Please see <a href="https://theme.co/x/member/custom-development/" rel="nofollow">https://theme.co/x/member/custom-development/</a>.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-create-a-template-with-no-container-but-sidebar/#post-254507</guid>
					<title><![CDATA[Reply To: How to create a template with no container but sidebar?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-create-a-template-with-no-container-but-sidebar/#post-254507</link>
					<pubDate>Tue, 21 Apr 2015 04:51:25 +0000</pubDate>
					<dc:creator>cin7</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, thanks for the reply. </p>
<p>Does that mean once the page has sidebar I can no longer have a banner goes across the top of the page (full width)?</p>
<p>Regards<br />
Victor</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-create-a-template-with-no-container-but-sidebar/#post-254580</guid>
					<title><![CDATA[Reply To: How to create a template with no container but sidebar?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-create-a-template-with-no-container-but-sidebar/#post-254580</link>
					<pubDate>Tue, 21 Apr 2015 06:52:23 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>If your banner is above your content, it won&#8217;t get affected. The sidebar will show up in the content area only.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

