<?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: Need Help Finding Right Code/CSS for Homepage Blocks on Mobile Devices</title>
		<link>http://www.kriesi.at/support/topic/need-help-finding-right-codecss-for-homepage-blocks-on-mobile-devices</link>
		<description>Support Forum - Topic: Need Help Finding Right Code/CSS for Homepage Blocks on Mobile Devices</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 22:05: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/need-help-finding-right-codecss-for-homepage-blocks-on-mobile-devices" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Need Help Finding Right Code/CSS for Homepage Blocks on Mobile Devices"</title>
			<link>http://www.kriesi.at/support/topic/need-help-finding-right-codecss-for-homepage-blocks-on-mobile-devices#post-67105</link>
			<pubDate>Mon, 23 Jul 2012 06:12:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">67105@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Probably you won't be able to solve this issue with a static width value. Instead try something line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#welcome {
width: 25%;
height: 160px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media only screen and (max-width: 767px) {
#welcome {
width: 50%;
}
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>RyanM6 on "Need Help Finding Right Code/CSS for Homepage Blocks on Mobile Devices"</title>
			<link>http://www.kriesi.at/support/topic/need-help-finding-right-codecss-for-homepage-blocks-on-mobile-devices#post-66365</link>
			<pubDate>Wed, 18 Jul 2012 13:45:08 +0000</pubDate>
			<dc:creator>RyanM6</dc:creator>
			<guid isPermaLink="false">66365@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,  &#60;/p&#62;
&#60;p&#62;I had an issue earlier that I worked out by creating a specific div CSS for the four blocks of text on my homepage.  I had four png buttons beneath those four blocks what would get misaligned in different browsers.  &#60;/p&#62;
&#60;p&#62;The problem I'm having now is that when resizing the browser, because I defined the width of the div to be a specific width and height, the mobile and tablet version is keeping the dimensions.  &#60;/p&#62;
&#60;p&#62;I've tried to add a class to the div and manipulate the @media command but have been unsuccessful at figuring it out after hours of struggling with it.  &#60;/p&#62;
&#60;p&#62;Here is the code I created for the div:  &#60;/p&#62;
&#60;p&#62;'&#60;br /&#62;
#welcome {&#60;br /&#62;
  width: 205px;&#60;br /&#62;
  height: 160px;&#60;br /&#62;
  padding-left: 0px;&#60;br /&#62;
  padding-right: 0px;&#60;br /&#62;
  padding-top: 0px;&#60;br /&#62;
  padding-bottom: 0px;&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;'&#60;/p&#62;
&#60;p&#62;The png buttons are just a regular div in the html but they are wrapped in them.  &#60;/p&#62;
&#60;p&#62;Whenever I set the width of the #welcome div to 99% it works on one hand by adjusting the with correctly but then my buttons have a large amount of white-space in between the text and the button itself when the browser is resized. &#60;/p&#62;
&#60;p&#62;If I set the height to 99% for the #welcome div, it recreates my original problem.  The buttons beneath the blocks of text become misaligned.  &#60;/p&#62;
&#60;p&#62;And I've tried multiple ways to . . . I've tried a lot of stuff and am hoping that I can get some direction/help.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://underwearsociety.com&#34;&#62;http://www.underwearsociety.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you guys.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
