When you use Divi Builder to edit a Learndash course page, by default the visual builder is only available on a relatively small part of the page, like so:
Make the Course Page Layout Fullwidth using Divi Learndash Kit
Divi Learndash Kit adds a "Fullwidth" option to the Page Layout setting shown below:
Setting the Page Layout to Fullwidth now makes the visual builder available for the full width of the page.
Make the Course Page Layout Fullwidth using CSS,
For the Learndash course pages we can make the Divi Builder layout full-width by hiding the other elements on the page / removing some excess padding. This can be achieved with the following CSS code:
.single-sfwd-courses .et_post_meta_wrapper,
.single-sfwd-courses #sidebar,
.single-sfwd-courses #main-content .container:before,
.single-sfwd-courses .learndash_post_sfwd-courses br,
.single-sfwd-courses #learndash_course_status {
display: none !important;
}
.single-sfwd-courses #left-area,
.single-sfwd-courses #main-content .container {
padding: 0 !important;
margin:0 !important;
width: 100% !important;
max-width: 100%;
}
Related Post: Adding CSS to the Divi Theme
Hi, how can I get a refund? The plugin doesn't work.
Hi Ben, I'm sorry to hear the plugin hasn't been working for you. If you'd like some help with the problem you've been having, please feel free to send through some details (with a link / screenshot if applicable) and I'll do my best to resolve it for you. Otherwise, just let me know and I'll happily put through the refund for you without further delay. Thanks! Dan
Hey Ben, I've just issued a refund as per your email and you should receive confirmation shortly. If you ever want to revisit the plugin let me know and I'll be happy to look into why it wasn't working for you. Thanks!
Bought the plugin. Doesn´t work!
Hi Andrés, I've very sorry you're having problems with the plugin. Are you able to describe in more detail the issue you're having, so that I can look into it for you? E.g. is it just the option to make the course page layout fullwidth that isn't working for you or other features of the plugin too? Are you able to point me to a specific part of the site that you're trying to change? Thanks!
Thanks guys
Thanks a lot for an awesome tip