Добавим код в functions.php
// fullwidth
add_action( 'after_setup_theme', function () {
add_theme_support( 'align-wide' );
} );
Добавим стили
.alignwide {
/* Set these margins to work with your own theme. */
margin-left: -80px;
margin-right: -80px;
max-width: 100vw;
}
.alignfull {
margin-left: calc(-100vw / 2 + 100% / 2);
margin-right: calc(-100vw / 2 + 100% / 2);
max-width: 100vw;
}
.alignfull img {
width: 100vw;
}
@seomur
Помощь и консультации по wordpress, woocommerce и ускорению сайта - https://t.me/seomur