<?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 - Tag: smaller - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/smaller</link>
		<description>Support Forum - Tag: smaller - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 10:24:34 +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/tags/smaller" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Resize the Main Sidebar to about half its original width"</title>
			<link>http://www.kriesi.at/support/topic/resize-the-main-sidebar-to-about-half-its-original-width#post-75971</link>
			<pubDate>Fri, 14 Sep 2012 17:30:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75971@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can add this on your custom.css to change the main sidebar. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.inner_sidebar {
width: 180px;
float: left;
}

.sidebar {
width: 180px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To change the width of the controls you can use this, although this might break the layout a bit.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.arrowslidecontrolls_fullscreen {
width: 140px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you have sidebar widgets for your left sidebar, you should also change their width.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .widget {
width: 140px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To change the gap, try this one&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sidebar.sidebar_absolute {
left: -40px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You also need to adjust your logo.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonmenezes on "Resize the Main Sidebar to about half its original width"</title>
			<link>http://www.kriesi.at/support/topic/resize-the-main-sidebar-to-about-half-its-original-width#post-75852</link>
			<pubDate>Fri, 14 Sep 2012 03:00:27 +0000</pubDate>
			<dc:creator>jonmenezes</dc:creator>
			<guid isPermaLink="false">75852@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have been looking all over the forum for this solution. It seems like there are a few ways you have recommended to do it. I try to use the code you provide and put it in the Custom CSS under the style tab, and they either dont work or only resize the transparant part of the sidebar, the tabs stay the original size.&#60;/p&#62;
&#60;p&#62;Im hoping you can provide me the code to insert that will make my sidebar roughly 40 - 50% thinner. If you can also have it move over towards the left of the page by about half of that gap that would be awesome, if not thats ok.&#60;/p&#62;
&#60;p&#62;Heres my site &#60;a href=&#34;http://jonmphotography.com/wedding-photographer/?page_id=196&#34; rel=&#34;nofollow&#34;&#62;http://jonmphotography.com/wedding-photographer/?page_id=196&#60;/a&#62;. Youll see that the sidebar is consuming too much of the pictures.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Jon
&#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-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>
