<?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>Revolution Slider Custom Height &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/revolution-slider-custom-height/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/revolution-slider-custom-height/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 03 Nov 2025 20:39:38 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-168540</guid>
					<title><![CDATA[Revolution Slider Custom Height]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-168540</link>
					<pubDate>Mon, 22 Dec 2014 04:54:34 +0000</pubDate>
					<dc:creator>threeoten</dc:creator>

					<description>
						<![CDATA[
						<p>​Hi, I was wondering how I could go about making a custom size revolution slider in X. I am wanting it to span the max width of my boxed site but only be a couple hundred pixels in height. Is there a way to control the height?<br />
Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-168845</guid>
					<title><![CDATA[Reply To: Revolution Slider Custom Height]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-168845</link>
					<pubDate>Mon, 22 Dec 2014 12:38:30 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in!</p>
<p>You can achieve it directly from the Revolution Slider&#8217;s settings. You can select <strong>Custom </strong> under <strong>Main Slider Settings &gt; Slider Layout</strong> (see: <a href="http://prntscr.com/5jntic" rel="nofollow">http://prntscr.com/5jntic</a>) and specify your minimum slider&#8217;s height. </p>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-615241</guid>
					<title><![CDATA[Reply To: Revolution Slider Custom Height]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-615241</link>
					<pubDate>Wed, 07 Oct 2015 16:29:29 +0000</pubDate>
					<dc:creator>thepeachteaco</dc:creator>

					<description>
						<![CDATA[
						<p>This only changes the minimum height, correct? What if you want to change the maximum height?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-615360</guid>
					<title><![CDATA[Reply To: Revolution Slider Custom Height]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-615360</link>
					<pubDate>Wed, 07 Oct 2015 17:32:56 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for updating the thread! Height is mostly dictated by the size of the content, based on its width. Setting a minimum width would ensure that the height won&#8217;t go below. To set the maximum height, we&#8217;ll need to use CSS. Would you mind sharing your URL so we can take a look? Please let us know the height you would like to achieve and also which slider you are targeting. Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-615426</guid>
					<title><![CDATA[Reply To: Revolution Slider Custom Height]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-615426</link>
					<pubDate>Wed, 07 Oct 2015 18:10:07 +0000</pubDate>
					<dc:creator>thepeachteaco</dc:creator>

					<description>
						<![CDATA[
						<p>thepeachteaco.com/photography</p>
<p>I am trying to target the slider at the top of the page, which I want to act as a single hero image. I&#8217;ll be using this concept for several pages, and I want it to look the same on each of them.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-615686</guid>
					<title><![CDATA[Reply To: Revolution Slider Custom Height]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-615686</link>
					<pubDate>Wed, 07 Oct 2015 21:34:47 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Try adding the following CSS rule into your Customizer, Custom &gt; CSS area and then you can try changing CSS property values to see if that matches your requirement. </p>
<pre><code>
.rev_slider .tp-bgimg.defaultimg {
    background-position: center center !important;
    max-height: 300px;
}
</code></pre>
<p>Let us know how it goes.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-615788</guid>
					<title><![CDATA[Reply To: Revolution Slider Custom Height]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-615788</link>
					<pubDate>Wed, 07 Oct 2015 23:20:25 +0000</pubDate>
					<dc:creator>thepeachteaco</dc:creator>

					<description>
						<![CDATA[
						<p>Unfortunately, this doesn&#8217;t do the trick. When I add this code and change the classes selected to a custom class I&#8217;ve added to the slide, it just makes the photo 300px, rather than making the slider 300px. This results in a gap between the bottom of the photo and the menu. See image attached.</p>
<p>Any other ideas I could try? I really want to figure this out.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-616020</guid>
					<title><![CDATA[Reply To: Revolution Slider Custom Height]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-616020</link>
					<pubDate>Thu, 08 Oct 2015 04:22:39 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Please also add this CSS:</p>
<pre><code>.rev_slider_wrapper, .rev_slider, .tp-fullwidth-forcer, .rev_slider .tp-bgimg.defaultimg {
    max-height: 300px !important;

}</code></pre>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-616950</guid>
					<title><![CDATA[Reply To: Revolution Slider Custom Height]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-616950</link>
					<pubDate>Thu, 08 Oct 2015 17:47:39 +0000</pubDate>
					<dc:creator>thepeachteaco</dc:creator>

					<description>
						<![CDATA[
						<p>This works great! Only question now is: how do I only target specific sliders to do this to? The classes  we&#8217;re using now select every slider, it seems. I am using sliders on other pages as well, where I DON&#8217;T want this to take effect.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-617078</guid>
					<title><![CDATA[Reply To: Revolution Slider Custom Height]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-custom-height/#post-617078</link>
					<pubDate>Thu, 08 Oct 2015 19:11:16 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Do you want this change for blog/photography page only? If so, you can use this CSS code instead:</p>
<pre><code>.blog .rev_slider_wrapper, .blog .rev_slider, .blog .tp-fullwidth-forcer, .blog .rev_slider .tp-bgimg.defaultimg {
    max-height: 300px !important;
}
</code></pre>
<p>Hope this helps. 🙂</p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

