Centering image div

  • Unknown's avatar

    Hi, there!

    I have been trying to do this with my div:

    Basically, I’m trying to center my image and put it forward the other divs. It need to appear in front.

    Currently the imagem is with left align and It just appear in front if I use “position: fixed”.

    I’m trying this code:


    @media
    screen and (min-width: 770px) {
    .headline-content-container {
    margin-top: -570px;
    z-index: 9998!important;
    text-align: center;
    position: fixed;
    line-height: 40px;
    align-items: center;
    justify-content: center;
    width:900;
    top: 65%;
    left: 21%;

    }

    May you guys help me, please?

    The blog I need help with is: (visible only to logged in users)

  • I think you got this one too. I did just realize my last advice about cover blocks applied to one of our newer block themes, and you’re using an older one. Sorry about that! Let us know if you need more help.

  • The topic ‘Centering image div’ is closed to new replies.