<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: How to make &#34;slider area&#34; lower/smaller ?</title>
		<link>http://www.kriesi.at/support/topic/how-to-make-slider-area-lowersmaller</link>
		<description>Support Forum - Topic: How to make &quot;slider area&quot; lower/smaller ?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 00:31:09 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/how-to-make-slider-area-lowersmaller" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to make &#34;slider area&#34; lower/smaller ?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-slider-area-lowersmaller#post-28048</link>
			<pubDate>Wed, 28 Sep 2011 08:25:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28048@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Chris could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "How to make &#34;slider area&#34; lower/smaller ?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-slider-area-lowersmaller#post-28025</link>
			<pubDate>Tue, 27 Sep 2011 22:13:03 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">28025@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Chris for advice it works :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "How to make &#34;slider area&#34; lower/smaller ?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-slider-area-lowersmaller#post-28012</link>
			<pubDate>Tue, 27 Sep 2011 20:57:09 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28012@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I was able to change the height and display options through your style.css&#60;br /&#62;
Look for&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.slideshow_container_featured .featured_image_portrait {
    background: url(&#38;quot;images/shadow_left.png&#38;quot;) no-repeat scroll left bottom transparent;
    display: block;
}
#top .slideshow_container_featured .featured_image2 img {
    background: url(&#38;quot;images/gradient-black-double.png&#38;quot;) repeat-x scroll left top #BBBBBB;
    height: 330px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(I checked the active images on your site, I'm uncertain if this styling applies to newly added images)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "How to make &#34;slider area&#34; lower/smaller ?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-slider-area-lowersmaller#post-27944</link>
			<pubDate>Tue, 27 Sep 2011 08:19:20 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">27944@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude for advice, I've changed the standard slideshow height and put into smaller image but the background image is still bigger, please take a look at photo below. Where can I modify the default sizes of background images, borders, etc. ?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://imageshack.us/photo/my-images/62/backgroundimg.jpg/&#34;&#62;&#60;img src=&#34;http://img62.imageshack.us/img62/4981/backgroundimg.jpg&#34;&#62;&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to make &#34;slider area&#34; lower/smaller ?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-slider-area-lowersmaller#post-27925</link>
			<pubDate>Tue, 27 Sep 2011 05:25:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27925@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the height is generated automatically. You can adjust the slideshow margin with following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.slideshow_container_featured {
    margin: 25px auto -52px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change the standard slideshow height with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow_container_featured .slideshow {
    height: 431px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;- however the standard height is replaced with the calculated height for each slide.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "How to make &#34;slider area&#34; lower/smaller ?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-slider-area-lowersmaller#post-27867</link>
			<pubDate>Mon, 26 Sep 2011 14:27:59 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">27867@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;if needed, here is the link to the website: &#60;a href=&#34;http://www.wwstudio.pl&#34; rel=&#34;nofollow&#34;&#62;http://www.wwstudio.pl&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VoodooPL on "How to make &#34;slider area&#34; lower/smaller ?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-slider-area-lowersmaller#post-27850</link>
			<pubDate>Mon, 26 Sep 2011 13:22:04 +0000</pubDate>
			<dc:creator>VoodooPL</dc:creator>
			<guid isPermaLink="false">27850@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello guys,&#60;/p&#62;
&#60;p&#62;I need to make this area lower. After providing smaller pictures, the height remains same. Need to make it smaller about 40-50%.&#60;br /&#62;
Would You please point me how to do it? &#60;/p&#62;
&#60;p&#62;Thanks in advance&#60;br /&#62;
Regards,&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://imageshack.us/photo/my-images/841/smallesk.jpg/&#34;&#62;&#60;img src=&#34;http://img841.imageshack.us/img841/1346/smallesk.jpg&#34;&#62;&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
