<?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: Quote Image large in IE10</title>
		<link>http://www.kriesi.at/support/topic/quote-image-large-in-ie10</link>
		<description>Support Forum - Topic: Quote Image large in IE10</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 08:19: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/topic/quote-image-large-in-ie10" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Quote Image large in IE10"</title>
			<link>http://www.kriesi.at/support/topic/quote-image-large-in-ie10#post-96034</link>
			<pubDate>Sun, 10 Feb 2013 07:57:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">96034@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In this case revert the change in layout.css. Then open up header.php and search for following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;meta name=&#38;quot;viewport&#38;quot; content=&#38;quot;width=device-width, initial-scale=1, maximum-scale=1&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;meta name=&#38;quot;viewport&#38;quot; content=&#38;quot;width=device-width, initial-scale=1, maximum-scale=1&#38;quot;&#38;gt;

&#38;lt;!--[if IE]&#38;gt;
    &#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;font-size: 1em !important;&#38;lt;/style&#38;gt;
&#38;lt;![endif]--&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mdrobbins on "Quote Image large in IE10"</title>
			<link>http://www.kriesi.at/support/topic/quote-image-large-in-ie10#post-96004</link>
			<pubDate>Sat, 09 Feb 2013 22:34:06 +0000</pubDate>
			<dc:creator>mdrobbins</dc:creator>
			<guid isPermaLink="false">96004@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm sorry to revive this two-week old thread, but I'm still having a problem with this.&#60;/p&#62;
&#60;p&#62;If I just add the recommended lines to custom.css (with or without the !important), it has no effect in IE9/10&#60;/p&#62;
&#60;p&#62;If I adjust the 4em to 1em in layout.css, it looks perfect in IE9/10, but in Chrome, the first quote is way too small (barely visible).&#60;/p&#62;
&#60;p&#62;Any other ideas about how to fix this in IE?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Quote Image large in IE10"</title>
			<link>http://www.kriesi.at/support/topic/quote-image-large-in-ie10#post-93372</link>
			<pubDate>Fri, 25 Jan 2013 09:37:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">93372@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can also try to add an !important tag to it like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.msie .first-quote::before{
font-size: 1em !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mdrobbins on "Quote Image large in IE10"</title>
			<link>http://www.kriesi.at/support/topic/quote-image-large-in-ie10#post-93342</link>
			<pubDate>Fri, 25 Jan 2013 05:11:31 +0000</pubDate>
			<dc:creator>mdrobbins</dc:creator>
			<guid isPermaLink="false">93342@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So far no issues with this change.  &#60;/p&#62;
&#60;p&#62;/* crossing fingers */
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mdrobbins on "Quote Image large in IE10"</title>
			<link>http://www.kriesi.at/support/topic/quote-image-large-in-ie10#post-93341</link>
			<pubDate>Fri, 25 Jan 2013 05:10:51 +0000</pubDate>
			<dc:creator>mdrobbins</dc:creator>
			<guid isPermaLink="false">93341@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks.  Gave that a shot, but it didn't seem to work.  I could see in the developer tools that the style in custom.css was being overridden in layout.css with this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.first-quote:before{
    font-size: 4em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I changed this to 1em and it seems to work, but I'm not sure if it impacts anything else.  I guess we'll see.&#60;/p&#62;
&#60;p&#62;Thanks for pointing me in the right direction!&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Quote Image large in IE10"</title>
			<link>http://www.kriesi.at/support/topic/quote-image-large-in-ie10#post-93162</link>
			<pubDate>Thu, 24 Jan 2013 08:20:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">93162@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Please try to add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.msie .first-quote::before{
font-size: 1em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mdrobbins on "Quote Image large in IE10"</title>
			<link>http://www.kriesi.at/support/topic/quote-image-large-in-ie10#post-93134</link>
			<pubDate>Thu, 24 Jan 2013 05:17:57 +0000</pubDate>
			<dc:creator>mdrobbins</dc:creator>
			<guid isPermaLink="false">93134@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In IE9 on Win7 and IE10 on Win8, I get a very large left quotation mark when using the Quote post format.  I didn't see any other mention in the support forum but assumed since it's happening in IE9 that it would have been addressed.  &#60;/p&#62;
&#60;p&#62;Any idea what might cause this and how to fix it? &#60;/p&#62;
&#60;p&#62;Here's a link to an image showing the problem:  &#60;a href=&#34;https://www.dropbox.com/s/va60mwjnn86a9jt/large-quote.png&#34; rel=&#34;nofollow&#34;&#62;https://www.dropbox.com/s/va60mwjnn86a9jt/large-quote.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can see it live here:  &#60;a href=&#34;http://rogue-systems.com&#34; rel=&#34;nofollow&#34;&#62;http://rogue-systems.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
