<?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: CSS conflict, I think...</title>
		<link>http://www.kriesi.at/support/topic/css-conflict-i-think</link>
		<description>Support Forum - Topic: CSS conflict, I think...</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 23:12:45 +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/css-conflict-i-think" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "CSS conflict, I think..."</title>
			<link>http://www.kriesi.at/support/topic/css-conflict-i-think#post-98986</link>
			<pubDate>Fri, 01 Mar 2013 06:01:45 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98986@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Devin got you back on track. Enjoy the theme!&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zzalienzz on "CSS conflict, I think..."</title>
			<link>http://www.kriesi.at/support/topic/css-conflict-i-think#post-98960</link>
			<pubDate>Thu, 28 Feb 2013 20:02:23 +0000</pubDate>
			<dc:creator>zzalienzz</dc:creator>
			<guid isPermaLink="false">98960@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;br /&#62;
thanks so much, I think its just fine! thanks so much!&#60;/p&#62;
&#60;p&#62;-Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "CSS conflict, I think..."</title>
			<link>http://www.kriesi.at/support/topic/css-conflict-i-think#post-98892</link>
			<pubDate>Thu, 28 Feb 2013 15:49:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Meichael,&#60;/p&#62;
&#60;p&#62;For #1, its an easy css fix:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .page-content.first {
position: relative;
top: -10px !important;
left: -40px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For #2 its a bit more complicated. This mostly fixes the issue:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#flipbook-container-0 div.page-content.zoomed div.container img.bg-img {
width: 1020px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But you'll still run into issues when the theme is viewed on a mobile device and it responds because of the inline styling that gets added. It isn't perfect but its not an officially supported extension/plugin so tweaks are pretty limited on our end (though this is 90% of the way there as is).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zzalienzz on "CSS conflict, I think..."</title>
			<link>http://www.kriesi.at/support/topic/css-conflict-i-think#post-98882</link>
			<pubDate>Thu, 28 Feb 2013 14:36:22 +0000</pubDate>
			<dc:creator>zzalienzz</dc:creator>
			<guid isPermaLink="false">98882@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HI Nick,&#60;br /&#62;
thanks zoo much...that fixed almost all of it but two things are still messed up...&#60;/p&#62;
&#60;p&#62;1. When there is one page showing, not a spread of two, like the cover its way off center.&#60;/p&#62;
&#60;p&#62;2. when you double click to zoom in its just all messed, try and you will see.&#60;/p&#62;
&#60;p&#62;thanks again for such great support!&#60;/p&#62;
&#60;p&#62;-Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "CSS conflict, I think..."</title>
			<link>http://www.kriesi.at/support/topic/css-conflict-i-think#post-98826</link>
			<pubDate>Thu, 28 Feb 2013 09:16:38 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98826@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This will fix it. Please add it to you /css/custom.css file or to quick css located in backend Replete &#38;gt; Theme Options &#38;gt; Styling ... at the bottom of the page.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .page-content.even, #top .page-content.odd, #top .page-content.last {
position: relative;
top: -10px !important;
left: -40px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This code will fix the other problems: missing shadows on bottom, move buttons lower&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .flipbook div.fb-shadow-bottom-right, #top .flipbook div.fb-shadow-bottom-left {
right: 0px !important;
bottom: -54px !important;
}

#top .fb-nav.stacked {
top: 30px !important;
}
#flipbook-container-0 div.page-content div.container img.bg-img {
width: 510px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://www.clipular.com/c?2302326=MtPbU5JbndfuMGMMnxKpIpgUzZE&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?2302326=MtPbU5JbndfuMGMMnxKpIpgUzZE&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zzalienzz on "CSS conflict, I think..."</title>
			<link>http://www.kriesi.at/support/topic/css-conflict-i-think#post-98747</link>
			<pubDate>Wed, 27 Feb 2013 21:15:42 +0000</pubDate>
			<dc:creator>zzalienzz</dc:creator>
			<guid isPermaLink="false">98747@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.silverlakecookie.com/patriotic-virtual-catalog/&#34; rel=&#34;nofollow&#34;&#62;http://www.silverlakecookie.com/patriotic-virtual-catalog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am trying to use this page flip plugin, but the pages are all off center? can you think of any CSS I can add to fix the issue?&#60;/p&#62;
&#60;p&#62;thanks , as always!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
