How can I removed the sidebar on this page and make it full width: http://mrsgentner.com/courses/7th-grade-english/. It is LearnDash and there is no sidebar selector in the editing screen.
Thank!
Hi jonahrbrown!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-sfwd-courses .content {
width: 100%!important;
border: none!important;
}
.single-sfwd-courses .sidebar {
display: none!important;
}
Cheers!
Yigit
Oh Thanks, I am glad it was not a complicated solution!
Oh one more thing what is the function for calling the enfold breadcrumbs?