Home Forums WoodMart support forum Wood mart blog category page view change to Masonry view to simple view Reply To: Wood mart blog category page view change to Masonry view to simple view

#298109

Hello,

As I said this is caused by different length of the title: https://gyazo.com/a7eb1bf4754837037b7d11631368a384

Please add this code to the Theme Settings > Custom CSS > Global:

.article-body-container .entry-title{
min-height:122px;
}

You will get this result: https://gyazo.com/713f3cf1e76d62c34b192f03ec99b551

Best Regards