Okay
  Public Ticket #2400601
Post name/category reverse order
Closed

Comments

  •  4
    Marcin started the conversation

    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!

  •  3,021
    Andrew replied

    Hi Marcin,

    Try the following css:

    .nectar-post-grid-item .content {
        display: flex;
        flex-direction: column-reverse;
    }
    

    Kind regards.

  •  4
    Marcin replied

    Like a charm! Thank you very much Andrew