Hello,
How can I align the buddypress sidebar in all courses page to the left?
Thank you.
for default/parent theme I mean
Please try adding the given css from wp-admin -> appearance -> customize -> custom css :
.directory.course.buddypress .col-md-9.col-sm-8 {
float: right;
}
That works! Thank you.
Would you also help me move the section (check attached image) to the same height as the sidebar is? I tried it but then the menu li moved up as well.
Thank you very much!!!
Sorry this is not possible both of those elements are in a different row .
You can provide the margin-top in negative if you want to align it .