Archived topic
Center site logo
3 replies · Started by Hazel on August 15, 2018
Hi Guys, A client has asked me to center her site logo but the center header adjustment in customizer doesn't seem to do anything. The logo and text are a single image.
I'm using GP Premium 1.6.2
P.S. The developments in GP look great and I'm about to try getting my head the new elements. The pre-made sites are also a good idea but what about using images that have the sizes somewhere on them so you can see at a glance what size images you need to collect. Adding the Replace media plugin to he standard installation would help as well.
Hi there,
The customizer option isn't working because you have this CSS added:
@media (min-width: 769px) {
.site-logo {
float: left;
margin-right: 20px;
}
}
Thanks very much. I had that in Additional CSS in the customiser which I don't usually use :-)
No problem :)