[Resolved] Veritcal Align Header Title Hook Element

Home Forums Support [Resolved] Veritcal Align Header Title Hook Element

Home Forums Support Veritcal Align Header Title Hook Element

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1597928
    melvin wang

    Hi,

    Following this support guide, I’m able to make a header for woocommerce category archive.

    However I would like to make the title to vertically align center at the header within the image. Can you guide me how what CSS i’ve to add to make it happen?

    This is my sample woocommerce category archive page with the hook header.

    Thank you.

    Regards,
    Melvin

    #1598033
    David
    Staff
    Customer Support

    Hi there,

    update the CSS to this:

    .product_cat_hero {
        background-size: cover;
        background-repeat: none;
        background-position: center;
        min-height: 300px;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #1598986
    melvin wang

    Hi David,

    The code is working perfectly. Thanks for your kind support.

    Regards,
    Melvin

    #1599140
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.