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
June 7, 2021 at 11:31 am
#298109
Elise Noromit
Member
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