Hi,
is it possible to hide the date displayed in the masonry blog?
And another question: I’ve set the # of columns to automatic based on screen width. How is this decided? Right now on my pretty large screen only two columns are displayed. I could set it to three but I’d like to keep the automatic. It works very well with smaller screens like smartphones etc.
thanks for all the work, love the theme!
Hi elvirais!
Please add the following to your custom CSS
.av-masonry-date {
display: none;
}
Regards,
Basilis