PenciDesign Supporter replied
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.penci-header-builder .pc-builder-element.pc-logo a {
display: flex;
flex-direction: column;
align-items: center;
}
.penci-header-builder .pc-builder-element.pc-logo img {
width: 120px;
height: auto;
}
Regards,
PenciDesign.