i have the poppy theme and i was wondering if it could have two columns on it?? : )
under
<!— masonry —>{block:indexpage}<br />$(window).load(function () {<br />$(‘#everything’).masonry(),<br />$(‘.masonryWrap’).infinitescroll({<br />navSelector : “div.navigation”,<br />// selector for the paged navigation (it will be hidden)<br />nextSelector : “.navigation a#next”,<br />// selector for the NEXT link (to page 2)<br />itemSelector : “.post”,<br />// selector for all items you’ll retrieve<br />bufferPx : 10000,<br />extraScrollPx: 10000,<br />loadingImg : “https://31.media.tumblr.com/6507e7540220437cfaced8c2e98a44f8/tumblr_inline_mxvq8o9nIR1qgm03k.gif”,<br />loadingText : “can you keep a secret?”,<br />},<br />// call masonry as a callback.<br />function() { $(‘#everything’).masonry({ appendedContent: $(this) }); }<br />);<br />});<br />{/block:indexpage}<!— masonry —>
under
<!— masonry —>
{block:Pagination}{block:NextPage}{/block:NextPage}{block:PreviousPage}{/block:PreviousPage}{/block:Pagination}
<!— masonry —>
and then change the width of #everything and .post
i'm pretty sure that’s it, but if that didn’t work i’ll check it









