Reply 202082 to: Reordering custom tab

Avatar: Rose Tyler
Rose Tyler
Support staff
October 31, 2018 at 16:12

Please try to add this code in Theme options > Custom css:

.tabs {
    display:  flex;
    flex-direction:  column;
}
.tabs .tab-reviews {
    order: 2;
}
.tabs .tab-description + .accordion-title {
    order: 1;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.