I am trying to get the masonry plugin working with a tumblr theme. I need it to have 4 columns but for some reason it is only displaying 2.
http://penguinenglishlibrary.tumblr.com/
Can anyone help please?
I would create a jsfiddle but time is really against me.
The width of the container is 940px. Each of your book elements are 235+10=245px wide. 245X4 = 980px.
The container just isn’t wide enough due to the margins.
What surprises me is that it’s not putting 3 books per row. I don’t know the Masonry API or your settings in order to guess why it might behave that way, though.