<?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: Fix tiny photo layout of dsidxpress real estate idx plugin</title>
		<link>http://www.kriesi.at/support/topic/fix-tiny-photo-layout-of-dsidxpress-real-estate-idx-plugin</link>
		<description>Support Forum - Topic: Fix tiny photo layout of dsidxpress real estate idx plugin</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 09:49:31 +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/fix-tiny-photo-layout-of-dsidxpress-real-estate-idx-plugin" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Fix tiny photo layout of dsidxpress real estate idx plugin"</title>
			<link>http://www.kriesi.at/support/topic/fix-tiny-photo-layout-of-dsidxpress-real-estate-idx-plugin#post-23748</link>
			<pubDate>Fri, 29 Jul 2011 06:58:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23748@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Add following code to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#dsidx img{
display: inline !important;
}

#dsidx .lightbox_image{
background: transparent none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>trfernandez1 on "Fix tiny photo layout of dsidxpress real estate idx plugin"</title>
			<link>http://www.kriesi.at/support/topic/fix-tiny-photo-layout-of-dsidxpress-real-estate-idx-plugin#post-23722</link>
			<pubDate>Thu, 28 Jul 2011 23:33:59 +0000</pubDate>
			<dc:creator>trfernandez1</dc:creator>
			<guid isPermaLink="false">23722@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I added that code and still not working...any other ideas?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://horrell.acuwebservices.com/idx/mls-20649418-19_sunny_st_irvine_ca_92620&#34; rel=&#34;nofollow&#34;&#62;http://horrell.acuwebservices.com/idx/mls-20649418-19_sunny_st_irvine_ca_92620&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Fix tiny photo layout of dsidxpress real estate idx plugin"</title>
			<link>http://www.kriesi.at/support/topic/fix-tiny-photo-layout-of-dsidxpress-real-estate-idx-plugin#post-22916</link>
			<pubDate>Sun, 17 Jul 2011 01:19:44 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">22916@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;To display a list in an inline you should put the items in a list.&#60;br /&#62;
i.e.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul&#38;gt;
  &#38;lt;li&#38;gt;Firest item&#38;lt;/li&#38;gt;
  &#38;lt;li&#38;gt;Second&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'd just have to put a&#60;br /&#62;
&#60;code&#62;&#38;lt;ul&#38;gt; &#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62; around the items you want to list, and for each of these items you'd add a&#60;br /&#62;
&#60;code&#62;&#38;lt;li&#38;gt; &#38;lt;/li&#38;gt;&#60;/code&#62;&#60;br /&#62;
around said item.&#60;br /&#62;
Then add the following to your css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#dsidx-actions ul li {
    display: inline-block !important;
}
#dsidx-actions ul li img {
    float: left;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>trfernandez1 on "Fix tiny photo layout of dsidxpress real estate idx plugin"</title>
			<link>http://www.kriesi.at/support/topic/fix-tiny-photo-layout-of-dsidxpress-real-estate-idx-plugin#post-22877</link>
			<pubDate>Fri, 15 Jul 2011 20:21:06 +0000</pubDate>
			<dc:creator>trfernandez1</dc:creator>
			<guid isPermaLink="false">22877@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://horrell.acuwebservices.com/idx/mls-20649418-19_sunny_st_irvine_ca_92620&#34; rel=&#34;nofollow&#34;&#62;http://horrell.acuwebservices.com/idx/mls-20649418-19_sunny_st_irvine_ca_92620&#60;/a&#62;&#60;br /&#62;
The little icons (ie. Request more info, Schedule a showing, share, etc...) need to display inline, horizontally. &#60;/p&#62;
&#60;p&#62;Had this same problem with Avisio and added the following code you guys provided:&#60;br /&#62;
#dsidx-tiny-photos img{&#60;br /&#62;
display: inline !important;&#60;br /&#62;
}&#60;br /&#62;
I added this same code to style.css in the exact same place but didn't fix problem.&#60;br /&#62;
Please advise.&#60;br /&#62;
Thanks in advance.&#60;/p&#62;
&#60;p&#62;Tom
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
