Hi,
While editing a portfolio post, I changed it completely to individual blocks, not sure how I did this. Some of the images which used to be full-width are no longer full-width on this page https://www.leenahasaportfolio.com/?portfolio=qb-warehouse-mobile-app
I had added some custom CSS a few years ago with your help to achieve this.
.single-jetpack-portfolio .singular-content-wrap img.size-full {
width: 100vw;
margin-left: calc( -100vw / 2 + 100% / 2 );
margin-right: calc( -100vw / 2 + 100% / 2 );
max-width: inherit;
}
But for some reason, with these blocks, the images aren’t edge to edge or full width anymore.