Comments 4Marcin started the conversationMay 13, 2020 at 9:20amHi,is there a way to reverse order of post title with post category to category move below post title in post grid asset?CSS or php template file only?Thank you! 3,021Andrew repliedMay 13, 2020 at 12:04pmHi Marcin,Try the following css: .nectar-post-grid-item .content { display: flex; flex-direction: column-reverse; } Kind regards.1 Like 4Marcin repliedMay 13, 2020 at 12:12pmLike a charm! Thank you very much Andrew Sign in to reply ...
Hi,
is there a way to reverse order of post title with post category to category move below post title in post grid asset?
CSS or php template file only?
Thank you!
Hi Marcin,
Try the following css:
Kind regards.
Like a charm! Thank you very much Andrew