We’d like to make ‘images with text’ section full width within container on homepage. There is padding on each side which we don’t want to see. We were told to add the below code to assets, styles.css but this did not work. Could anyone please help? Our theme is avenue 2.0 Thank you
.page-page .container {
max-width: 100% !important;
}