• 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.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Image One Half Width background issue’ is closed to new replies.