Did you ever find an answer to this?
What is the answer? I’m trying to style my locally hosted site. I want the side bar with the border to look like the standard page in Divi without the builder.
Sorry guy, I hadn’t been checking this thread in a while. I inserted the following code in epanel css:
.buddypress #left-area {
padding-bottom: 23px;
width: 65%;
float: left;
}
.buddypress #sidebar {
float: left;
}
.buddypress #left-area {
padding-left: 20px;
}
.buddypress .widgettitle {
padding: 5px;
margin-bottom: 5px;
}
.buddypress #sidebar {
width: 260px;
float: right;
}
.buddypress #main-content .container:before {
left: auto !important;
right: 260px;
}