Hello,
Is it possible to put the v2 tabs on the left like it was possible to do with the classic one ?

Hello,
Is it possible to put the v2 tabs on the left like it was possible to do with the classic one ?

Hi @Lyser,
It’s possible with the custom CSS but that’s NOT same as the classic tab.
left-align to your tab element:

.x-tabs.left-align {
display: flex;
}
.x-tabs.left-align .x-tabs-list {
flex-direction: column;
width: 30%;
}
Hope that helps and thank you for understanding.
Indeed it’s not the same as classic and it’s not provided for being responsive, it’s better to stay on classic element for having left aligned tabs.
Thank you for helping =)
You’re welcome, Lyser.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.