Tagged: logo center
Hello 🙂 I have a little question: How can I center my logo image on the header center? Thanks a lot 🙂
Hi @federico-samperi19,
To make the Site Title or Logo center then please go to the Appearance > Customizer > Additional CSS and paste below custom css code:
.navbar-head .navbar-head-row { -ms-flex-pack: center; justify-content: center; } .navbar-head .col-lg-4, .navbar-head .navbar-ad-section { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center }
Thanks