Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #331368

    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!

    #331789

    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

    #332855

    Oh Thanks, I am glad it was not a complicated solution!

    #332881

    Oh one more thing what is the function for calling the enfold breadcrumbs?

    #333349

    Hi!

    Please edit your page and choose to display Title and breadcrumbs under Layout Section

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.