<?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 do I lower the transparent border on the slideshow?</title>
		<link>http://www.kriesi.at/support/topic/how-do-i-lower-the-transparent-border-on-the-slideshow</link>
		<description>Support Forum - Topic: How do I lower the transparent border on the slideshow?</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 00:57:15 +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-do-i-lower-the-transparent-border-on-the-slideshow" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How do I lower the transparent border on the slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-lower-the-transparent-border-on-the-slideshow#post-7968</link>
			<pubDate>Fri, 29 Oct 2010 15:30:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">7968@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JohannaW on "How do I lower the transparent border on the slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-lower-the-transparent-border-on-the-slideshow#post-7953</link>
			<pubDate>Fri, 29 Oct 2010 12:14:03 +0000</pubDate>
			<dc:creator>JohannaW</dc:creator>
			<guid isPermaLink="false">7953@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great, I was able to solve it! Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I lower the transparent border on the slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-lower-the-transparent-border-on-the-slideshow#post-7946</link>
			<pubDate>Fri, 29 Oct 2010 08:34:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">7946@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;As far as I know the high of this field is generated dynamically by the javascript as soon as you hover over it - the field high depends on the text (more text needs more space). So you can try several things:&#60;/p&#62;
&#60;p&#62;1) Reduce the excerpt content. &#60;/p&#62;
&#60;p&#62;2) You can change the font size of the header and/or the excerpt text size. You can also change the line high.&#60;/p&#62;
&#60;p&#62;The font size/line high can be changed in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .feature_excerpt{
width:660px;
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 3;
padding:10px 20px;
font-size: 11.5px;
line-height:1.5em;
cursor: pointer;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the slider heading size can be changed in style.css too,&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .sliderheading{
display:block;
font-size: 26px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Maybe it's possible to hack the javascript process but obviously that's more difficult.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JohannaW on "How do I lower the transparent border on the slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-lower-the-transparent-border-on-the-slideshow#post-7895</link>
			<pubDate>Thu, 28 Oct 2010 08:15:45 +0000</pubDate>
			<dc:creator>JohannaW</dc:creator>
			<guid isPermaLink="false">7895@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much!&#60;br /&#62;
That part of the style.ccs-code looked like this for me (no &#34;height&#34;-row):&#60;/p&#62;
&#60;p&#62;#top .feature_excerpt{&#60;br /&#62;
width:660px;&#60;br /&#62;
position: absolute;&#60;br /&#62;
display: block;&#60;br /&#62;
bottom: 0;&#60;br /&#62;
left:0;&#60;br /&#62;
z-index: 3;&#60;br /&#62;
padding:10px 20px;&#60;br /&#62;
font-size: 11.5px;&#60;br /&#62;
line-height:1.5em;&#60;br /&#62;
cursor: pointer;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I tried adding &#60;/p&#62;
&#60;p&#62;height:60px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;directly below #top .feature_excerpt{, but that only made the white border disappear completely. Then I removed the } -sign and it worked!&#60;/p&#62;
&#60;p&#62;However, when I hoover witht the pointer over a particular post in the slide, the text that appears from the beginning of the post shows higher up than the border. Can this be fixed somehow?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I lower the transparent border on the slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-lower-the-transparent-border-on-the-slideshow#post-7893</link>
			<pubDate>Thu, 28 Oct 2010 07:26:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">7893@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just change #top .feature_excerpt height in style.css like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .feature_excerpt{
height:100px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .feature_excerpt{
height:60px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>JohannaW on "How do I lower the transparent border on the slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-lower-the-transparent-border-on-the-slideshow#post-7842</link>
			<pubDate>Wed, 27 Oct 2010 11:52:02 +0000</pubDate>
			<dc:creator>JohannaW</dc:creator>
			<guid isPermaLink="false">7842@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am using the Newscast Accordion slider which I have resized so that it is smaller than usual. However, the white/transparent border (that the topics for the latest posts show up on) is too high. I understand that this could be a hard coded thing that would be difficult for me to change myself. But still, is there anyway for me to lower the border in the usual code?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.barnsrattigheter.com&#34; rel=&#34;nofollow&#34;&#62;http://www.barnsrattigheter.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
