Hello @fabiofava,
The custom post type lessons and course contents has been wrapped with the container .x-container
. To get your issue resolve, check out the responds of @Thai on this thread:
He suggested this CSS code:
.single-x-portfolio .x-container.max.width.offset {
width: 100%;
max-width: 100%;
}
You will have to substitute x-portfolio
with pmro_lesson
and/or pmpro_course
. Thus, you will have something like:
.single-pmpro_lesson .x-container.max.width.offset,
.single-pmpro_course .x-container.max.width.offset {
width: 100%;
max-width: 100%;
}
Be advised that custom CSS coding is beyond the scope of our support under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.
The code above serves as an example code. Feel free to modify it when needed. Please note that custom coding is beyond the scope of our support. You must maintain any custom coding to ensure it will still work after any updates or does not create any issues or incompatibility in the future.
Kindly let us know how it goes.