<?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: Aligning images in Display post using NextGen</title>
		<link>http://www.kriesi.at/support/topic/aligning-images-in-display-post-using-nextgen</link>
		<description>Support Forum - Topic: Aligning images in Display post using NextGen</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 13:07:47 +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/aligning-images-in-display-post-using-nextgen" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Aligning images in Display post using NextGen"</title>
			<link>http://www.kriesi.at/support/topic/aligning-images-in-display-post-using-nextgen#post-12346</link>
			<pubDate>Fri, 04 Feb 2011 07:39:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12346@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you found a solution :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jjgarcia03 on "Aligning images in Display post using NextGen"</title>
			<link>http://www.kriesi.at/support/topic/aligning-images-in-display-post-using-nextgen#post-12302</link>
			<pubDate>Thu, 03 Feb 2011 12:40:20 +0000</pubDate>
			<dc:creator>jjgarcia03</dc:creator>
			<guid isPermaLink="false">12302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That kind of worked, but only for the thumbnails that occur after the singlepic insertion (the singlepic still had the orange line as did my portfolio page thumbnails).  I've reverted back to the original CSS and am using a full size image at 532px wide as the first image, which seems to naturally bump the thumbnails to the next line.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Aligning images in Display post using NextGen"</title>
			<link>http://www.kriesi.at/support/topic/aligning-images-in-display-post-using-nextgen#post-12261</link>
			<pubDate>Thu, 03 Feb 2011 08:15:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12261@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to add following to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.shutterset_ , .shutterset_singlepic658{
border: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jjgarcia03 on "Aligning images in Display post using NextGen"</title>
			<link>http://www.kriesi.at/support/topic/aligning-images-in-display-post-using-nextgen#post-12238</link>
			<pubDate>Wed, 02 Feb 2011 18:42:17 +0000</pubDate>
			<dc:creator>jjgarcia03</dc:creator>
			<guid isPermaLink="false">12238@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That worked, but now all of the thumbnails have an orange line underneath them (as links?).&#60;/p&#62;
&#60;p&#62;Is it possible to get rid of those on the thumbnails but not on the text links?&#60;/p&#62;
&#60;p&#62;Thanks SO much for your swift response!  Loving the Display theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Aligning images in Display post using NextGen"</title>
			<link>http://www.kriesi.at/support/topic/aligning-images-in-display-post-using-nextgen#post-12189</link>
			<pubDate>Tue, 01 Feb 2011 20:40:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12189@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can try to replace following code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main img{
float:left;
margin-bottom: 5px;
display: inline;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main img{
/* float:left; */
margin-bottom: 5px;
display: inline;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jjgarcia03 on "Aligning images in Display post using NextGen"</title>
			<link>http://www.kriesi.at/support/topic/aligning-images-in-display-post-using-nextgen#post-12141</link>
			<pubDate>Tue, 01 Feb 2011 02:07:39 +0000</pubDate>
			<dc:creator>jjgarcia03</dc:creator>
			<guid isPermaLink="false">12141@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using NextGen to manage my images and when I insert them into a post, I can't get them to break when I want.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://indiewrecked.com/2007/08/07/brac-land-sales/&#34; rel=&#34;nofollow&#34;&#62;http://indiewrecked.com/2007/08/07/brac-land-sales/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For this page, I inserted the main image as a Singlepic and the others as thumbnails.  I'd like the 3 thumbnails to position underneath the large image, as opposed to the right of them.&#60;/p&#62;
&#60;p&#62;I tried inserting a &#60;br /&#62; and even a &#60;hr /&#62; and neither of them would push them to the next line.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
