<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Masonry spacing issues</title>
		<link>http://www.themolitor.com/forums/topic/masonry-spacing-issues</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Masonry spacing issues</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 16:13:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/masonry-spacing-issues" rel="self" type="application/rss+xml" />

		<item>
			<title>blackhearts on "Masonry spacing issues"</title>
			<link>http://www.themolitor.com/forums/topic/masonry-spacing-issues#post-7214</link>
			<pubDate>Fri, 24 Feb 2012 16:07:12 +0000</pubDate>
			<dc:creator>blackhearts</dc:creator>
			<guid isPermaLink="false">7214@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>Will you please release a Brick + Mason 2.0 with this.  I will buy it immediately.   The customization quote for this jquery mod was around 20 times the cost of the theme -_-  </p>
<p>Thank you
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Masonry spacing issues"</title>
			<link>http://www.themolitor.com/forums/topic/masonry-spacing-issues#post-7203</link>
			<pubDate>Fri, 24 Feb 2012 15:25:53 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">7203@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Unfortunately this isn't a quick CSS edit we can provide instructions for here. For customizations like this, please use this form: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>blackhearts on "Masonry spacing issues"</title>
			<link>http://www.themolitor.com/forums/topic/masonry-spacing-issues#post-7202</link>
			<pubDate>Fri, 24 Feb 2012 15:14:58 +0000</pubDate>
			<dc:creator>blackhearts</dc:creator>
			<guid isPermaLink="false">7202@http://www.themolitor.com/forums/</guid>
			<description><p>oh snapz look at that full youtube video sized post :P
</p></description>
		</item>
		<item>
			<title>blackhearts on "Masonry spacing issues"</title>
			<link>http://www.themolitor.com/forums/topic/masonry-spacing-issues#post-7201</link>
			<pubDate>Fri, 24 Feb 2012 15:14:17 +0000</pubDate>
			<dc:creator>blackhearts</dc:creator>
			<guid isPermaLink="false">7201@http://www.themolitor.com/forums/</guid>
			<description><p>Bump, bump, bump that's the sound of my fifteens hittin in my trunk.</p>
<p><a href="http://www.youtube.com/watch?v=O9Jp3w8Z10s" rel="nofollow">http://www.youtube.com/watch?v=O9Jp3w8Z10s</a>        XD
</p></description>
		</item>
		<item>
			<title>blackhearts on "Masonry spacing issues"</title>
			<link>http://www.themolitor.com/forums/topic/masonry-spacing-issues#post-6973</link>
			<pubDate>Sun, 19 Feb 2012 22:11:11 +0000</pubDate>
			<dc:creator>blackhearts</dc:creator>
			<guid isPermaLink="false">6973@http://www.themolitor.com/forums/</guid>
			<description><p>I believe that the answer to this is by making the theme use "Basic Multi Column" like what is detailed here: <a href="http://masonry.desandro.com/demos/basic-multi-column.html" rel="nofollow">http://masonry.desandro.com/demos/basic-multi-column.html</a></p>
<p>"The width of item elements can span multiple columns. Set columnWidth to match the width of a column in your grid layout."</p>
<p>$('#container').masonry({<br />
  itemSelector: '.box',<br />
  columnWidth: 100<br />
});</p>
<p>However, I'm unsure of how to properly implement this.  Please help if you can.  </p>
<p>Thank you for your time
</p></description>
		</item>
		<item>
			<title>blackhearts on "Masonry spacing issues"</title>
			<link>http://www.themolitor.com/forums/topic/masonry-spacing-issues#post-6970</link>
			<pubDate>Sun, 19 Feb 2012 14:52:20 +0000</pubDate>
			<dc:creator>blackhearts</dc:creator>
			<guid isPermaLink="false">6970@http://www.themolitor.com/forums/</guid>
			<description><p>Masonry spacing issues:</p>
<p>Currently with Masonry layout the grid is set to columns of 280px width.  So every post has the same exact width.  What should be enabled is for photos and videos to span across the columns be but still maintaining uniformity.  So wider pictures or videos can take up more screen size but still maintain the set column width.  An example of this can be seen on another Wordpress template that uses Masonry at: <a href="http://demo.shakenandstirredweb.com/shaken-grid/" rel="nofollow">http://demo.shakenandstirredweb.com/shaken-grid/</a></p>
<p>This takes care of the problem of not being able to post full size Vimeo or Youtube videos. As well as creating a more dynamic looking site.  </p>
<p>I have already solved the problem of displaying larger videos by<br />
adding the following lines to Custom CSS:</p>
<p>.post {<br />
     width: 400px;}</p>
<p>Now medium sized Vimeo/Youtube posts are visible.</p>
<p>If I change this to:</p>
<p>.post {<br />
     width: 640px;}</p>
<p>I can then have the nice full size Youtube/Vimeo posts.</p>
<p>This first example can be seen on my test site: <a href="http://www.cluvieldor.com" rel="nofollow">http://www.cluvieldor.com</a></p>
<p>However, this presents a problem that regular photos which are not that wide still take up either 400 width or 640 width.  Currently Brick+Mason does not compensate for the size difference like it does on the example:  <a href="http://demo.shakenandstirredweb.com/shaken-grid/" rel="nofollow">http://demo.shakenandstirredweb.com/shaken-grid/</a></p>
<p>I'm guessing the answer will be to submit a customization request.  However, can you take this as requesting a Brick+Mason 2.0 be released with this updated feature?  Since, I would not be the only one whom would enjoy this tweak.  I will gladly buy this version on Themeforest if you even have to charge $50+ for this addition to make financial sense.  Please let me know if you are interested in this.  I enjoy your theme, and this would be the icing on the cake for motion and still portfolio perfection.
</p></description>
		</item>

	</channel>
</rss>
