Is it possible for me to center the logo without getting the premium version? This is the only change necessary, and I do not need the other premium features.
I tried using the below code in CSS but it does not work.
.site-logo {
width: 100%;
text-align: center;
}
———————
I also tried the below code but it does not work on all screen sizes. It is not responsive.
.site-logo-link > img, .custom-logo-link img {
margin-left: 200%;
}