Hi
I need help with the last image and text block (the last photo before my Instagram handle) I used the Image One Half Width block. The background is not the same as the two above it.
The first photo uses the following style code:
.flex-center-vertically { display: inline; justify-content: center; flex-direction: column; height: 680px; }The middle photo uses this style code:
.flex-center-vertically { display: flex; justify-content: center; flex-direction: column; height: 680px; }The last uses this style code:
.flex-center-vertically { display: inline-flex; justify-content: center; flex-direction: column; height: 680px; } Notice how the display is different for all three sets of style codeThe issue doesn’t seem to reside in the div and class code for the text, which is why I didn’t include them. Anybody know how why the third photo, although using same Image One Half width block, is not on the light gray background? Thanks.