Hello,
I tried Krileons idea to set edit menu and Tabs side by side:
.cbEditProfile .tab-pane .tab-row {
width: 15% !important;
display: inline-block !important;
margin-right: 5px !important;
}
.cbEditProfile .tab-pane .tab-row .tab {
display: block !important;
float: none !important;
}
.cbEditProfile .tab-pane .tab-page {
width: 80% !important;
float: right !important;
}
.cbEditProfile #cbIconsBottom {
clear: both !important;
}
Looks really nice - BUT: Contitional Plugin doesn't work then.
I have some tabs displayed/hidden depending on a field value (without a problem)- but with this sidebyside layout ALL tabs are displayed.
Any idea how to solve this problem?
I would really like to try this layout.