Hi

You can try this custom CSS:

.t3-mainbody .row {
    display: flex;
    flex-direction: column;
}

.t3-mainbody .t3-content {
    order: 2 !important;
}
Write a Reply...
You need to Login to view replies.