<?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: Caption in slideshow mis-aligned - Urgent</title>
		<link>http://www.kriesi.at/support/topic/caption-in-slideshow-mis-aligned-urgent</link>
		<description>Support Forum - Topic: Caption in slideshow mis-aligned - Urgent</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 11:23:33 +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/caption-in-slideshow-mis-aligned-urgent" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Caption in slideshow mis-aligned - Urgent"</title>
			<link>http://www.kriesi.at/support/topic/caption-in-slideshow-mis-aligned-urgent#post-98731</link>
			<pubDate>Wed, 27 Feb 2013 18:38:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98731@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can also try the default alignment:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.chrome .slideshow_inner_caption {
width: 80%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Its a 10 or so pixel different but its what Safari is getting delivered so it should be perfect :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>miovision on "Caption in slideshow mis-aligned - Urgent"</title>
			<link>http://www.kriesi.at/support/topic/caption-in-slideshow-mis-aligned-urgent#post-98729</link>
			<pubDate>Wed, 27 Feb 2013 17:55:17 +0000</pubDate>
			<dc:creator>miovision</dc:creator>
			<guid isPermaLink="false">98729@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok. That has now brought the caption slightly to the left (in Chrome)... Looks fine, just not centered (as it is in Safari, for example)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Caption in slideshow mis-aligned - Urgent"</title>
			<link>http://www.kriesi.at/support/topic/caption-in-slideshow-mis-aligned-urgent#post-98595</link>
			<pubDate>Tue, 26 Feb 2013 21:04:09 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98595@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Stefan,&#60;/p&#62;
&#60;p&#62;Looks like the Chrome update changed the way that bit of code gets rendered so a chrome fix is no longer needed. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.chrome .slideshow_inner_caption {
width:auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should get your inner caption area re-aligned correctly everywhere.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>miovision on "Caption in slideshow mis-aligned - Urgent"</title>
			<link>http://www.kriesi.at/support/topic/caption-in-slideshow-mis-aligned-urgent#post-98579</link>
			<pubDate>Tue, 26 Feb 2013 19:38:26 +0000</pubDate>
			<dc:creator>miovision</dc:creator>
			<guid isPermaLink="false">98579@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Occurs here as well.&#60;br /&#62;
&#60;a href=&#34;http://adaptivesignalcontrol.com/network-assessment/&#34; rel=&#34;nofollow&#34;&#62;http://adaptivesignalcontrol.com/network-assessment/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>miovision on "Caption in slideshow mis-aligned - Urgent"</title>
			<link>http://www.kriesi.at/support/topic/caption-in-slideshow-mis-aligned-urgent#post-98578</link>
			<pubDate>Tue, 26 Feb 2013 19:37:38 +0000</pubDate>
			<dc:creator>miovision</dc:creator>
			<guid isPermaLink="false">98578@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Yes that works for the second slider.. But the main one (first slide) is still off-centre.&#60;/p&#62;
&#60;p&#62;Please advise,&#60;br /&#62;
Stefan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Caption in slideshow mis-aligned - Urgent"</title>
			<link>http://www.kriesi.at/support/topic/caption-in-slideshow-mis-aligned-urgent#post-98576</link>
			<pubDate>Tue, 26 Feb 2013 19:17:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">98576@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Stefan,&#60;/p&#62;
&#60;p&#62;In your caption try to add&#60;br /&#62;
&#60;code&#62;&#38;lt;br /&#38;gt;&#60;/code&#62;&#60;br /&#62;
after the &#60;strong&#62;traffic&#60;/strong&#62;. The caption should look like this:&#60;br /&#62;
&#60;code&#62;How much is traffic&#38;lt;br /&#38;gt;congestion costing your city?&#60;/code&#62;&#60;br /&#62;
The br tag pushes the text after it on a new line. Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>miovision on "Caption in slideshow mis-aligned - Urgent"</title>
			<link>http://www.kriesi.at/support/topic/caption-in-slideshow-mis-aligned-urgent#post-98559</link>
			<pubDate>Tue, 26 Feb 2013 18:15:34 +0000</pubDate>
			<dc:creator>miovision</dc:creator>
			<guid isPermaLink="false">98559@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We've currently setup our microsite on the Choices theme. When we originally posted everything, all of our Caption alignment was perfect. Now however, the caption alignment is slightly off on most of the slides. (For example, the first slide should be directly centered- but it is off to the right)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://adaptivesignalcontrol.com/&#34; rel=&#34;nofollow&#34;&#62;http://adaptivesignalcontrol.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How do I fix this problem? I don't recall changing any of the slideshow.css file, except for removing All Caps on the caption.&#60;/p&#62;
&#60;p&#62;Stefan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
