Archived topic
site logo keeps on appearing several times
3 replies · Started by Alwin on September 26, 2018
Hi, initially whenever i load a page, my logo will appear to the center towards to the left. It will load first to the middle until it reaches to the left.
I added a css that will set this to the left having a margin of 20. See my css below
.site-logo {
float: left;
margin-left: 40px;
}
Hi there,
Looks like you have the header alignment set to center currently.
Can you try left instead?
https://docs.generatepress.com/article/header-layout/#header-alignment
Let me know :)
it works. Thanks.
No problem :)