[Feature] Additional content wrapper for all design objects
Problem:
Currently, div.cp-widget-container
directly contains the widget elements.
Suggestion:
It is recommended to introduce an additional content wrapper element below div.cp-widget-container
for all widgets (videos, text, images, quizzes, etc.). This new wrapper should hold the actual content and control its maximum width, while the outer container can still be used for full-width background styling.
Benefits:
1. The existing div.cp-widget-container
can continue to provide full-width background styling (color, image, etc.), stretching across the entire slide.
2. The new inner wrapper (e.g., div.cp-widget-container__inner
) should hold the actual content and define a maximum content width to center and structure the layout consistently. This is especially useful for long pages.
