<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

	<channel>
		<title>Smashly Community Forums &#187; Topic: Styling Issue</title>
		<link>http://smashly.net/community/</link>
		<description>Smashly Community Forums &#187; Topic: Styling Issue</description>
		<language>en</language>
		<pubDate>Mon, 21 May 2012 16:37:29 +0000</pubDate>

					<item>
				<title>byron on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-1306</link>
				<pubDate>Tue, 27 Apr 2010 03:16:36 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1306@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi TM,&#60;/p&#62;
&#60;p&#62;I did some reading around the net on this recently and nobody had a way of making this work without tables.  The trouble with tables...in your case...is that you want the # of images on the row to flex with the width of the screen.&#60;/p&#62;
&#60;p&#62;All the suggestions I saw were trying to set the image widths, but that doesn't work in your case either.&#60;/p&#62;
&#60;p&#62;If it's possible, it's way beyond me.  But I'd love to know if you find a way...if the solution isn't to involved, I'd like to add it as a standard delivered Layout.&#60;/p&#62;
&#60;p&#62;BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>triplemoons on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-1297</link>
				<pubDate>Mon, 26 Apr 2010 14:50:24 +0000</pubDate>
				<dc:creator>triplemoons</dc:creator>
				<guid isPermaLink="false">1297@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Anyone figure out a solution for this? I think it would be important to be built into the default gallery as I believe most of us desire that thumbnails be centered appropriately.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-901</link>
				<pubDate>Tue, 16 Mar 2010 18:27:16 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">901@http://smashly.net/community/</guid>
				<description>&#60;p&#62;I'll take another look tonight...hmmm.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>triplemoons on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-898</link>
				<pubDate>Tue, 16 Mar 2010 15:17:35 +0000</pubDate>
				<dc:creator>triplemoons</dc:creator>
				<guid isPermaLink="false">898@http://smashly.net/community/</guid>
				<description>&#60;p&#62;So, I figured out it is working...If their is only one line of photos...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://cornsnakemorphgallery.com/ghost-stripe/&#34; rel=&#34;nofollow&#34;&#62;http://cornsnakemorphgallery.com/ghost-stripe/&#60;/a&#62;
&#60;/p&#62;</description>
			</item>
					<item>
				<title>triplemoons on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-890</link>
				<pubDate>Sun, 14 Mar 2010 22:18:43 +0000</pubDate>
				<dc:creator>triplemoons</dc:creator>
				<guid isPermaLink="false">890@http://smashly.net/community/</guid>
				<description>&#60;p&#62;I couldn't figure out how to get this to work. I imagine it's because it requires the use of ids rather then classes...And the ids are used for something else in Photosmash. The most I got it to do was center single images.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>triplemoons on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-875</link>
				<pubDate>Sat, 13 Mar 2010 20:58:43 +0000</pubDate>
				<dc:creator>triplemoons</dc:creator>
				<guid isPermaLink="false">875@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Thanks. I'll have to try this as soon as I get time. I'll let you know how I make out!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-861</link>
				<pubDate>Thu, 11 Mar 2010 04:06:40 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">861@http://smashly.net/community/</guid>
				<description>&#60;p&#62;BTW, the genius part of that article is that it turns the DIV into a table:&#60;/p&#62;
&#60;p&#62;.table {&#60;br /&#62;
	display: table;   /* Allow the centering to work */&#60;br /&#62;
	margin: 0 auto;&#60;br /&#62;
}
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-860</link>
				<pubDate>Thu, 11 Mar 2010 04:04:39 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">860@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hey TM,&#60;/p&#62;
&#60;p&#62;I was researching your problem and came across this tutorial for doing exactly what you're trying.  I like the part in the title...'Slightly Trickier Than You Think'...no kidding!  See if this does it for you:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://css-tricks.com/centering-list-items-horizontally-slightly-trickier-than-you-might-think/&#34; rel=&#34;nofollow&#34;&#62;http://css-tricks.com/centering-list-items-horizontally-slightly-trickier-than-you-might-think/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-855</link>
				<pubDate>Wed, 10 Mar 2010 19:54:30 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">855@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Anyone else have any ideas?
&#60;/p&#62;</description>
			</item>
					<item>
				<title>triplemoons on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-854</link>
				<pubDate>Wed, 10 Mar 2010 19:37:09 +0000</pubDate>
				<dc:creator>triplemoons</dc:creator>
				<guid isPermaLink="false">854@http://smashly.net/community/</guid>
				<description>&#60;p&#62;No, that doesn't work right. That makes only one image per row appear. I need it to fit in the allotted space, but centered instead of all the way to the left.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-853</link>
				<pubDate>Wed, 10 Mar 2010 18:16:31 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">853@http://smashly.net/community/</guid>
				<description>&#60;p&#62;In your case (this won't work for everyone because you only have 1 image per row), you could try:&#60;/p&#62;
&#60;p&#62;.bwbps_gallery li {&#60;br /&#62;
width: 100%;&#60;br /&#62;
}
&#60;/p&#62;</description>
			</item>
					<item>
				<title>triplemoons on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-852</link>
				<pubDate>Wed, 10 Mar 2010 14:04:58 +0000</pubDate>
				<dc:creator>triplemoons</dc:creator>
				<guid isPermaLink="false">852@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Ok well, it works flawless for me.&#60;/p&#62;
&#60;p&#62;Still need some help getting those thumbnails centered...
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-851</link>
				<pubDate>Wed, 10 Mar 2010 04:16:20 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">851@http://smashly.net/community/</guid>
				<description>&#60;p&#62;I'll need to test that out.  The reason it's there is that the Toggle Rating is floated right.  Also, the pagination div might be used in paginations and need clearing...I'll need to test some of the other use cases.&#60;/p&#62;
&#60;p&#62;BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>triplemoons on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-848</link>
				<pubDate>Tue, 09 Mar 2010 16:55:26 +0000</pubDate>
				<dc:creator>triplemoons</dc:creator>
				<guid isPermaLink="false">848@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Answer to other clear problem is editing the css...&#60;/p&#62;
&#60;p&#62;div.bwbps_pagination{&#60;br /&#62;
	clear: both; &#60;em&#62;&#38;lt;--- REMOVE THIS&#60;/em&#62;&#60;br /&#62;
	margin: 5px auto;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
}
&#60;/p&#62;</description>
			</item>
					<item>
				<title>triplemoons on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-847</link>
				<pubDate>Tue, 09 Mar 2010 16:46:13 +0000</pubDate>
				<dc:creator>triplemoons</dc:creator>
				<guid isPermaLink="false">847@http://smashly.net/community/</guid>
				<description>&#60;p&#62;I found it...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;photosmash_gallery&#38;quot;&#38;gt;&#38;lt;form&#38;gt;&#38;lt;input type=&#38;quot;hidden&#38;quot; id=&#38;quot;_moderate_nonce&#38;quot; name=&#38;quot;_moderate_nonce&#38;quot; value=&#38;quot;888dd56e25&#38;quot; /&#38;gt;&#38;lt;/form&#38;gt;&#38;lt;div class=&#38;#39;bwbps_gallery_div&#38;#39; id=&#38;#39;bwbps_galcont_178&#38;#39;&#38;gt;&#38;lt;span class=&#38;#39;bwbps-rating-toggle&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;void(0);&#38;#39; title=&#38;#39;Toggle image ratings&#38;#39;&#38;gt;Toggle ratings&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;div style=&#38;#39;clear: both; margin: 0; padding: 0;&#38;#39;&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;See the random &#38;lt;div&#38;gt; that is wrapped around nothing? That's it. It's located in bwbps-layout.php.&#60;/p&#62;
&#60;p&#62;Now just need to find where that clear is that's affecting the height of that box...&#60;/p&#62;
&#60;p&#62;What about getting those thumbnails centered?
&#60;/p&#62;</description>
			</item>
					<item>
				<title>triplemoons on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-846</link>
				<pubDate>Tue, 09 Mar 2010 14:53:13 +0000</pubDate>
				<dc:creator>triplemoons</dc:creator>
				<guid isPermaLink="false">846@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Usually it's a &#60;em&#62;clear: both&#60;/em&#62; that's the problem, but I can't seem to find the culprit.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-843</link>
				<pubDate>Tue, 09 Mar 2010 05:09:37 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">843@http://smashly.net/community/</guid>
				<description>&#60;p&#62;I took a look at it, but wasn't able to figure out why it is doing that.  I've never been very good at fluid designs, particularly with right and left columns, but hopefully there someone out here could help with the CSS.&#60;/p&#62;
&#60;p&#62;BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>triplemoons on "Styling Issue"</title>
				<link>http://smashly.net/community/topic/styling-issue#post-842</link>
				<pubDate>Tue, 09 Mar 2010 04:30:44 +0000</pubDate>
				<dc:creator>triplemoons</dc:creator>
				<guid isPermaLink="false">842@http://smashly.net/community/</guid>
				<description>&#60;p&#62;I needed to switch this website to a fluid layout and I appear to be having problems. For some reason the gallery images are now pushed below my sidebars? &#60;/p&#62;
&#60;p&#62;Also, how would I get the images to center rather then be aligned to the left?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://cornsnakemorphgallery.com&#34; rel=&#34;nofollow&#34;&#62;http://cornsnakemorphgallery.com&#60;/a&#62;
&#60;/p&#62;</description>
			</item>
		
	</channel>

</rss>
