By Sam Famma on Saturday, 10 May 2014
Posted in Technical Issues
Replies 9
Likes 0
Views 833
Votes 0
Hi there! Is there any way to create a two row post layout ?
Hello Sam,

I am sorry but unfortunately this is not possible right now but in EasyBlog 4, we'll be creating additional theme that has similar layouts
·
Saturday, 10 May 2014 15:14
·
0 Likes
·
0 Votes
·
0 Comments
·
I was talking about the easysocial streams
·
Saturday, 10 May 2014 15:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah, sorry my bad Unfortunately you can't have 2 columns layout right now but with a little css tweaks you could achieve this I guess? The only drawback is that you need to fix a fixed height for each stream item.
·
Saturday, 10 May 2014 15:22
·
0 Likes
·
0 Votes
·
0 Comments
·
why would you need a fixed height ?
·
Saturday, 10 May 2014 16:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sam,

If you don't have a fixed height, your layout may look really weird because all items would be floated to the left. To achieve a nice multi column layout, most would resort into using masonry but in my opinion it's really an overkill if you are going to go with masonry. It's really heavy especially when you have lots of stream item.
·
Sunday, 11 May 2014 01:00
·
0 Likes
·
0 Votes
·
0 Comments
·
well i would like to test it. Any tips or tricks as far as css goes to be able to achieve this?
·
Sunday, 11 May 2014 08:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sam,

Ideally, each elements need to have a css code like this,


float: left;
width: 250px;
·
Sunday, 11 May 2014 15:52
·
0 Likes
·
0 Votes
·
0 Comments
·
This has turned out harder then what I originally thought maybe in the future you could create a two row layout theme ?
·
Sunday, 11 May 2014 20:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sam,

Yep, this is something that we plan in the future but it would probably in a different "theme" rather than the stock theme.
·
Monday, 12 May 2014 01:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post