How to center logo and remove divide between images

Hi @jewellerystore1

In the above instructions

Please modify the CSS as follows

[id$='header-main-grid']>div:nth-of-type(1) {
    order: 2;
    display: flex !important;
    justify-content: center !important;
}
[id$='header-main-grid']>div:nth-of-type(2) {
    order: 1;
    grid-area: 1 / 1 / span 1 / span 4 !important;
}

Result

If it’s helpful, please like and mark it as a solution, thank you