<?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>Full Width Slider, Boxed Content &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/full-width-slider-boxed-content/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/full-width-slider-boxed-content/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 02:32:28 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/full-width-slider-boxed-content/#post-86987</guid>
					<title><![CDATA[Full Width Slider, Boxed Content]]></title>
					<link>https://theme.co/archive/forums/topic/full-width-slider-boxed-content/#post-86987</link>
					<pubDate>Mon, 18 Aug 2014 17:35:01 +0000</pubDate>
					<dc:creator>proximomktg</dc:creator>

					<description>
						<![CDATA[
						<p>I am trying to emulate the design of this site: <a href="http://www.veteransunited.com/va-loans/" rel="nofollow">http://www.veteransunited.com/va-loans/</a>.</p>
<p>We want to be able to have a full width slider, with the content boxed and overlaying the slider a bit. I know this might be a lot to ask, but I have been killing myself playing with the CSS to try and get this and I just can&#8217;t.</p>
<p>Here is the site: <a href="http://sagamore.proximomktg.com/" rel="nofollow">http://sagamore.proximomktg.com/</a></p>
<p>I am using the Renew stack,</p>
<p>I also want to know if there is a way to move the page title on the x-header-landmark up and having some other text reside below that.</p>
<p>Thanks in advance for your help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/full-width-slider-boxed-content/#post-87013</guid>
					<title><![CDATA[Reply To: Full Width Slider, Boxed Content]]></title>
					<link>https://theme.co/archive/forums/topic/full-width-slider-boxed-content/#post-87013</link>
					<pubDate>Mon, 18 Aug 2014 18:17:21 +0000</pubDate>
					<dc:creator>Mrinal</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Will, </p>
<p>You can create this kind layout by adding Gap element in both side using VC of that page or adding the following CSS via <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong>: </p>
<pre><code>.home .x-main.full {
    margin: 0 auto !important;
    width: 80% !important;
}</code></pre>
<p>I&#8217;m not clear about your second requirement, you can hide page title for a page &amp; then add landmark element again on a page using your own text.  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/full-width-slider-boxed-content/#post-89513</guid>
					<title><![CDATA[Reply To: Full Width Slider, Boxed Content]]></title>
					<link>https://theme.co/archive/forums/topic/full-width-slider-boxed-content/#post-89513</link>
					<pubDate>Thu, 21 Aug 2014 19:19:04 +0000</pubDate>
					<dc:creator>proximomktg</dc:creator>

					<description>
						<![CDATA[
						<p>Perhaps you don&#8217;t understand what I am asking for, but the suggested addition to CSS did not do anything for me. To be more clear, I would like the header and slider to span the width of the page, but the main content to be boxed with a visible line running down either side of the page.</p>
<p>As for my second request, I was hoping to add rounded corners to the top of a content band.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/full-width-slider-boxed-content/#post-89584</guid>
					<title><![CDATA[Reply To: Full Width Slider, Boxed Content]]></title>
					<link>https://theme.co/archive/forums/topic/full-width-slider-boxed-content/#post-89584</link>
					<pubDate>Thu, 21 Aug 2014 20:50:18 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Will,</p>
<p>I&#8217;m not sure if I understand it correctly but you already have a full-width header, slider, and footer. And a boxed (restricted width) content.</p>
<p>Or are you referring to add visible section or boundaries to boxed content? Or make the content overlap with slider? </p>
<p>If yes, then try adding this too.</p>
<pre><code>.home .entry-content.content {
max-width: 80%;
margin: 0 auto;
margin-top: -90px;
position: relative;
background: #fff;
z-index: 99999;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
</code></pre>
<p>Please clear your plugin cache, or disable it temporarily. Else, you will not see any changes.</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/full-width-slider-boxed-content/#post-814746</guid>
					<title><![CDATA[Reply To: Full Width Slider, Boxed Content]]></title>
					<link>https://theme.co/archive/forums/topic/full-width-slider-boxed-content/#post-814746</link>
					<pubDate>Sat, 27 Feb 2016 16:14:43 +0000</pubDate>
					<dc:creator>aeropayman</dc:creator>

					<description>
						<![CDATA[
						<p>I know I&#8217;m answering this a year after the post, but I found another solution to this problem for anyone else who reads this. This is using the renew stack but should be the same for others.</p>
<p>1. Install layer slider and create a full width slider.<br />
2. In Cornerstone go to the settings cog and enable the slider below masthead option.<br />
3. In Customizer, under the name of the stack you selected, make the navbar/logobar transparent by moving the opacity slider in the color selector to 0. This is only necessary if you want a transparent navbar over the slider.<br />
4. In customizer, go to custom, and css and add:</p>
<p>.x-slider-container{<br />
margin-top: -100px; /*change this to the height of your navbar. You can delete this if you don&#8217;t want a transparent navbar*/<br />
}<br />
.x-main{<br />
margin-top: -60px; /*how much you want the boxed content to overlap the slider*/<br />
background-color: white;<br />
z-index: 5000;<br />
}</p>
<p>This should achieve an effect like this:<br />
<a href="http://www.signiferstudios.com/wordpress" rel="nofollow">http://www.signiferstudios.com/wordpress</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/full-width-slider-boxed-content/#post-815144</guid>
					<title><![CDATA[Reply To: Full Width Slider, Boxed Content]]></title>
					<link>https://theme.co/archive/forums/topic/full-width-slider-boxed-content/#post-815144</link>
					<pubDate>Sun, 28 Feb 2016 02:48:06 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello <a href="https://theme.co/archive/users/aeropayman/" class="bbp-user-mention bbp-user-id-65690"> @aeropayman</a>,</p>
<p>Thanks for sharing this information. This is very much helpful to other X theme users.<br />
We really appreciate it. </p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

