Home Forums WoodMart support forum How To Do Blog Masonry with 6 column

How To Do Blog Masonry with 6 column

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #360216

    ucanmoruk
    Participant

    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

    #360334

    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

    #360355

    ucanmoruk
    Participant

    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 ?

    #360367

    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

Viewing 4 posts - 1 through 4 (of 4 total)