Image One Half Width background issue
-
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:
<style>
.flex-center-vertically {
display: inline;
justify-content: center;
flex-direction: column;
height: 680px;
}
</style>The middle photo uses this style code:
<style>
.flex-center-vertically {
display: flex;
justify-content: center;
flex-direction: column;
height: 680px;
}
</style>The last uses this style code:
<style>
.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.
- This topic was modified 5 years, 7 months ago by .
- This topic was modified 5 years, 7 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Image One Half Width background issue’ is closed to new replies.