<?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>Constraining height of content bands on mobile or narrow browser &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/feed/</link>
		<description></description>
		<lastBuildDate>Wed, 29 Oct 2025 15:00:53 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-37717</guid>
					<title><![CDATA[Constraining height of content bands on mobile or narrow browser]]></title>
					<link>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-37717</link>
					<pubDate>Sun, 27 Apr 2014 19:17:17 +0000</pubDate>
					<dc:creator>Chris A</dc:creator>

					<description>
						<![CDATA[
						<p>I am really liking the way my site is coming together with the help of all of the great features X has.</p>
<p>Thanks so much for creating such a great theme.</p>
<p>I have a page with a series of content bands with very little content (mainly the background picture is what you want to focus on when viewing in a large browser).  I then am using an accordion for more info that you can expand.</p>
<p>On mobile there becomes too much space beneath each band.I would like them to basically stack on top of each other and then when you open the accordion, it will push the band open revealing more.</p>
<p>Is there a way I can change how the content bands resize in this condensed setting (mobile or narrow browser) without effecting how it appears when wide on a large screen?</p>
<p>Thanks!</p>
<p>Chris</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-37857</guid>
					<title><![CDATA[Reply To: Constraining height of content bands on mobile or narrow browser]]></title>
					<link>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-37857</link>
					<pubDate>Mon, 28 Apr 2014 04:18:15 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Chris,</p>
<p>Thank you for your kind words.</p>
<p>You&#8217;ll need a media query for that. Can you give us the URL of your site so we could see your setup?</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-38149</guid>
					<title><![CDATA[Reply To: Constraining height of content bands on mobile or narrow browser]]></title>
					<link>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-38149</link>
					<pubDate>Mon, 28 Apr 2014 18:49:58 +0000</pubDate>
					<dc:creator>Chris A</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-38349</guid>
					<title><![CDATA[Reply To: Constraining height of content bands on mobile or narrow browser]]></title>
					<link>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-38349</link>
					<pubDate>Tue, 29 Apr 2014 03:36:51 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Chris,</p>
<p>Please assign a class to each of your content bands then in the Customizer &gt; Custom &gt; CSS, please add the code below.</p>
<pre>
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
.content-band-1 {
    height: 333px;
}
.content-band-2 {
    height: 250px;
}
}
</pre>
<p>For more mobile media queries, please see <a href="http://css-tricks.com/snippets/css/media-queries-for-standard-devices/" rel="nofollow">http://css-tricks.com/snippets/css/media-queries-for-standard-devices/</a></p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-38607</guid>
					<title><![CDATA[Reply To: Constraining height of content bands on mobile or narrow browser]]></title>
					<link>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-38607</link>
					<pubDate>Tue, 29 Apr 2014 19:07:31 +0000</pubDate>
					<dc:creator>Chris A</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks&#8230;I just looked for some info about assigning a class. I&#8217;m not sure exactly what to do there. </p>
<p>Looking forward to trying this out!</p>
<p>Chris</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-38610</guid>
					<title><![CDATA[Reply To: Constraining height of content bands on mobile or narrow browser]]></title>
					<link>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-38610</link>
					<pubDate>Tue, 29 Apr 2014 19:11:11 +0000</pubDate>
					<dc:creator>Chris A</dc:creator>

					<description>
						<![CDATA[
						<p>Is this the same as the ID we use for the menus? It looks like it might be.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-38621</guid>
					<title><![CDATA[Reply To: Constraining height of content bands on mobile or narrow browser]]></title>
					<link>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-38621</link>
					<pubDate>Tue, 29 Apr 2014 19:33:49 +0000</pubDate>
					<dc:creator>Chris A</dc:creator>

					<description>
						<![CDATA[
						<p>ok&#8230;got it. I placed content-band-1, content-band-2&#8230;etc&#8230;in to the class field in the content band.</p>
<p>That worked great.</p>
<p>Is it possible to make it have the same dimensions if you were to narrow your browser completely on larger screens as well and then expand back to the original dimensions as you widen the browser?</p>
<p>Also, I have an accordion with info in each band. I would like the accordion to expand the height of the band and then retract when you close it in mobile just like it is in full screen view.</p>
<p>It does not appear to be doing that on the mobile after adding this css in the customizer.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-39000</guid>
					<title><![CDATA[Reply To: Constraining height of content bands on mobile or narrow browser]]></title>
					<link>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-39000</link>
					<pubDate>Wed, 30 Apr 2014 19:53:11 +0000</pubDate>
					<dc:creator>Alexander</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Chris,</p>
<p>To control height on all screen sizes, you&#8217;ll need to add more media queries and specify a height in each one.</p>
<pre><code>/* Desktop and above */
@media (min-width:980px) {
    
}
/* Tablets */
@media (min-width:767px) and (max-width:980px) {
    
}</code></pre>
<p>The accordions are designed to only expand to fill the container they have been placed in. Once you get your content bands set to the height you want, maybe we can take another look at the CSS for that, as it would be pretty custom at that point.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-39031</guid>
					<title><![CDATA[Reply To: Constraining height of content bands on mobile or narrow browser]]></title>
					<link>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-39031</link>
					<pubDate>Wed, 30 Apr 2014 21:05:58 +0000</pubDate>
					<dc:creator>Chris A</dc:creator>

					<description>
						<![CDATA[
						<p>thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-39186</guid>
					<title><![CDATA[Reply To: Constraining height of content bands on mobile or narrow browser]]></title>
					<link>https://theme.co/archive/forums/topic/constraining-height-of-content-bands-on-mobile-or-narrow-browser/#post-39186</link>
					<pubDate>Thu, 01 May 2014 03:15:09 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we could help. If you have any questions, let us know.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

