Comments 4Marcin started the conversationMarch 27, 2020 at 11:53amHi!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,022Andrew repliedMarch 27, 2020 at 12:19pmHi 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.1 Like 4Marcin repliedMarch 27, 2020 at 1:07pmWorks perfect!Many thanks and all the best! Sign in to reply ...
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!
Hi Marcin,
There is no option in theme settings. Try the following custom css:
Hope this helps.
Works perfect!
Many thanks and all the best!