Okay
  Public Ticket #2340122
Swap Related posts with Comments
Closed

Comments

  •  4
    Marcin started the conversation

    Hi!

    How can I swap Related Posts with Comments on the post page so the comments go first and Related module at the end?

    Many thanks!

  •  3,022
    Andrew replied

    Hi Marcin,

    There is no option in theme settings. Try the following custom css:

    .container.main-content .row:nth-child(2) {
        display: flex;
        flex-direction: column-reverse;
    }
    

    Hope this helps.

  •  4
    Marcin replied

    Works perfect!

    Many thanks and all the best!