<?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 - User Favorites: pedroPuerto</title>
		<link><a href='http://www.kriesi.at/support/profile/pedropuerto'>pedropuerto</a></link>
		<description>Support Forum - User Favorites: pedroPuerto</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 15:15:26 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Adjust space between logo&#38;menu and content"</title>
			<link>http://www.kriesi.at/support/topic/adjust-space-between-logomenu-and-content#post-84992</link>
			<pubDate>Thu, 22 Nov 2012 12:48:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84992@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi pedroPuerto,&#60;/p&#62;
&#60;p&#62;Glad that you have fixed it. And thanks for sharing the solution. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedroPuerto on "Adjust space between logo&#38;menu and content"</title>
			<link>http://www.kriesi.at/support/topic/adjust-space-between-logomenu-and-content#post-84983</link>
			<pubDate>Thu, 22 Nov 2012 10:45:00 +0000</pubDate>
			<dc:creator>pedroPuerto</dc:creator>
			<guid isPermaLink="false">84983@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found the solution in layout.css;&#60;br /&#62;
copy, adjust and paste in custum.css&#60;/p&#62;
&#60;p&#62;#header .container{&#60;br /&#62;
	min-height:100px;  ADJUST THIS VALUE&#60;br /&#62;
}&#60;br /&#62;
div .logo{&#60;br /&#62;
	padding:25px 0; ADJUST THIS VALUE&#60;br /&#62;
	min-height:100px; ADJUST THIS VALUE and the size of logo image&#60;br /&#62;
}&#60;br /&#62;
.main_menu{&#60;br /&#62;
	padding-top: 40px; ADJUST THIS VALUE&#60;br /&#62;
	margin-right: -50px; ADJUST THIS VALUE&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedroPuerto on "Adjust space between logo&#38;menu and content"</title>
			<link>http://www.kriesi.at/support/topic/adjust-space-between-logomenu-and-content#post-84978</link>
			<pubDate>Thu, 22 Nov 2012 09:58:29 +0000</pubDate>
			<dc:creator>pedroPuerto</dc:creator>
			<guid isPermaLink="false">84978@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need to reduce the space between the logo&#38;amp;menu and the slider or content page. I can´t found the CSS code to adjust that space, someone can help me please? thanks a lot
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change slideshow_caption colour"</title>
			<link>http://www.kriesi.at/support/topic/change-slideshow_caption-colour#post-84922</link>
			<pubDate>Thu, 22 Nov 2012 01:47:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84922@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi pedroPuerto,&#60;/p&#62;
&#60;p&#62;Glad that you fixed it. And thanks for sharing the solution. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedroPuerto on "Change slideshow_caption colour"</title>
			<link>http://www.kriesi.at/support/topic/change-slideshow_caption-colour#post-84859</link>
			<pubDate>Wed, 21 Nov 2012 10:30:10 +0000</pubDate>
			<dc:creator>pedroPuerto</dc:creator>
			<guid isPermaLink="false">84859@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found a solution ;-)&#60;/p&#62;
&#60;p&#62;/*caption frame*/&#60;br /&#62;
.caption_framed .slideshow_caption .slideshow_inner_caption{&#60;br /&#62;
background: rgba(255,255,255,0.5);&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pedroPuerto on "Change slideshow_caption colour"</title>
			<link>http://www.kriesi.at/support/topic/change-slideshow_caption-colour#post-84842</link>
			<pubDate>Wed, 21 Nov 2012 09:01:37 +0000</pubDate>
			<dc:creator>pedroPuerto</dc:creator>
			<guid isPermaLink="false">84842@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I try to change the #000 to #ffff color with opacity in the slider with this css code over custom.css&#60;/p&#62;
&#60;p&#62;.slideshow_caption{&#60;br /&#62;
background: rgba(255, 255, 255, 0.5);&#60;br /&#62;
}&#60;br /&#62;
.slideshow_caption{&#60;br /&#62;
background: #ffffff;&#60;br /&#62;
filter: alpha(opacity = 70);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Don´t work, How can i change the colour?&#60;/p&#62;
&#60;p&#62;tx
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
