Registration can be split up by using Delimiter fields set to display on registration.
Profile edit is going to be a bit trickier as you'll need to restyle the tabs completely using CSS. Example of your display as follows using CSS.
Code:
.cbEditProfile .tab-pane .tab-row {
width: 25% !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: 70% !important;
float: right !important;
}
.cbEditProfile #cbIconsBottom {
clear: both !important;
}
The above for example would give the below.