How To Do Blog Masonry with 6 column
-
Hi,
Can we do the masonry blog with 6 column ? In theme options there are 4 columns max we can choose.
And second question is that can we hide the expert of post in blog masonry page ?
Best regards
Hello,
Unfortunately, it is not possible to set 6 items in a row for the Masonry grid.
If you have any questions please feel free to contact us.
Best Regards
Okey. Then can i do the border effect of the blog like product masonry.
I mean there just a solid border and not shadow effect. Is that possible ?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .blog-design-masonry.blog-style-shadow .article-inner {
box-shadow:none;
border:1px solid rgb(0 0 0 / 20%);
}
Best Regards