/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/
/* Forzar que el contenedor se pegue a la izquierda y use todo el ancho */
.elementor-widget-container, 
#content-area-selector { /* Sustituye por el ID/Clase real si el de abajo no funciona */
    left: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}