<?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 stop the resposive resize (height) from the footer</title>
		<link>http://www.kriesi.at/support/topic/how-to-stop-the-resposive-resize-height-from-the-footer</link>
		<description>Support Forum - Topic: How to stop the resposive resize (height) from the footer</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 14:58:25 +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-stop-the-resposive-resize-height-from-the-footer" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "How to stop the resposive resize (height) from the footer"</title>
			<link>http://www.kriesi.at/support/topic/how-to-stop-the-resposive-resize-height-from-the-footer#post-80049</link>
			<pubDate>Wed, 17 Oct 2012 11:12:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80049@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi vansoft1080,&#60;/p&#62;
&#60;p&#62;Unfortunately not that we can offer via support. The sticky footer is a tricky effect but would need to be custom added to make sure it didn't cause any other issues with the theme.&#60;/p&#62;
&#60;p&#62;You could try doing something with min-height and a media query for the various sizes but it will be a lot of trial and error to get exactly what you are looking for. So try:&#60;br /&#62;
&#60;code&#62;#top.home #main {min-height: 450px;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then you can customize it for the various screen sizes with media queries like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* #Media Queries
================================================== */

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
#top.home #main {min-height: 450px;}
}

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
#top.home #main {min-height: 450px;}
}

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
#top.home #main {min-height: 450px;}
}

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
#top.home #main {min-height: 450px;}
}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
#top.home #main {min-height: 450px;}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can add that big block of css to your custom.css file via FTP. Its located in the css folder of your theme files. Then change the 450px value for each of the screen sizes as you want or need. You can also remove it entirely if needed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vansoft1080 on "How to stop the resposive resize (height) from the footer"</title>
			<link>http://www.kriesi.at/support/topic/how-to-stop-the-resposive-resize-height-from-the-footer#post-79938</link>
			<pubDate>Tue, 16 Oct 2012 08:57:21 +0000</pubDate>
			<dc:creator>vansoft1080</dc:creator>
			<guid isPermaLink="false">79938@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sorry for the delay. I have already tested to code above and I know what you mean. I think that adding elements will solve the problem but I need to get the footer fixed to button of the page, since I don't want to add more elements.&#60;br /&#62;
I was wondering if there is any code to enlarge the content view instead of the footer. I gues that with this, the fotter will remain in the button and a blank space will appear.&#60;br /&#62;
Any suggestion for doing this?&#60;/p&#62;
&#60;p&#62;best regards,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to stop the resposive resize (height) from the footer"</title>
			<link>http://www.kriesi.at/support/topic/how-to-stop-the-resposive-resize-height-from-the-footer#post-77202</link>
			<pubDate>Tue, 25 Sep 2012 06:13:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77202@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi vansoft1080,&#60;/p&#62;
&#60;p&#62;I checked your site and the reason you see the footer to be so big, is because the html background color is the same color as the footer (that's why the footer looks extended).  Try to add this code in your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;html {
   background: black !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and you'll see what I mean. Just remove this code after you've seen the actual height of your footer.&#60;/p&#62;
&#60;p&#62;I think the solution for this is add more elements, so the height will be expanded.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vansoft1080 on "How to stop the resposive resize (height) from the footer"</title>
			<link>http://www.kriesi.at/support/topic/how-to-stop-the-resposive-resize-height-from-the-footer#post-77120</link>
			<pubDate>Mon, 24 Sep 2012 13:44:30 +0000</pubDate>
			<dc:creator>vansoft1080</dc:creator>
			<guid isPermaLink="false">77120@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;The web site is still in beta phase, It's a project I'm working on it and therefore there is not so much content on it ^^. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.andruinnova.es/&#34; rel=&#34;nofollow&#34;&#62;http://www.andruinnova.es/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I hope you can help me.&#60;/p&#62;
&#60;p&#62;Best regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to stop the resposive resize (height) from the footer"</title>
			<link>http://www.kriesi.at/support/topic/how-to-stop-the-resposive-resize-height-from-the-footer#post-77086</link>
			<pubDate>Mon, 24 Sep 2012 09:40:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77086@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi vansoft1080,&#60;/p&#62;
&#60;p&#62;Kindly post a link to your site, so we can check it further.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vansoft1080 on "How to stop the resposive resize (height) from the footer"</title>
			<link>http://www.kriesi.at/support/topic/how-to-stop-the-resposive-resize-height-from-the-footer#post-76768</link>
			<pubDate>Fri, 21 Sep 2012 08:40:30 +0000</pubDate>
			<dc:creator>vansoft1080</dc:creator>
			<guid isPermaLink="false">76768@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Any help please? I would really appreciate it, I'm stuck ^^
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vansoft1080 on "How to stop the resposive resize (height) from the footer"</title>
			<link>http://www.kriesi.at/support/topic/how-to-stop-the-resposive-resize-height-from-the-footer#post-76609</link>
			<pubDate>Wed, 19 Sep 2012 18:41:16 +0000</pubDate>
			<dc:creator>vansoft1080</dc:creator>
			<guid isPermaLink="false">76609@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;I'm trying to solve a certain issue with the sizeof the  footer on this template. I would like to give a fixed size (height) to the footer without taking into account that this is a HTML5 resposive theme. I have tested the them on a tablet and the footer is huge! almost half of the screen.&#60;br /&#62;
Do you know how to solve this? I guess that it's somewhere on the CSS but I'm not able to locate that line.&#60;/p&#62;
&#60;p&#62;Best regards and thank you all in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
