portfolio masonry layout with description, two columns on mobile

Hello Pablo,

I asked whether or not I would be able to have two columns on mobile devices for the portfolio masonry grid and you said its not something we can do right now, we can only have one column, but that in a future update we will be able to have two columns on mobile devices. My question is, could there be a CSS work around until you bring out this update? I am thinking something along the lines of 

ul.portfolio_group li {
    width: 50% !important;
    float: left;
}

Obviously only as a temporary fix until the betheme update comes out where I can do this.

Comments

Sign In or Register to comment.