Archived topic
Logo disappearing
4 replies · Started by Gareth on March 14, 2017
Hi Tom,
I'm currently working on this site: http://decadentretreats.gowoof.co.uk/
That large picture is a slider. I'm trying to get the logo to sit in the middle of it at the top. I've use the page header content > advanced to merge with site header and place content behind header. That has the effect of filling the top of the page with my slider but the logo vanishes.
I've tried swapping the logo from png to a jpg (just in case of a corrupt file) - no joy.
Email me if you need a login.
Cheers, Gareth
Hi Gareth?
Is the logo uploaded right now? I don't see it...
Can you try uploading the logo through Customizer > Site Identity then try this CSS?
.site-logo {
position: absolute;
left: 1000px;
}
Let me know.
It looks like you have the Page Header disabled in the Disable Elements meta box.
Also, to have it centered you should just need to set your header alignment to "Center" in Customize > Layout > Header.
Hi Tom,
The disable page header thing was the problem. Many thanks :-)
Cheers, Gareth
You're welcome :)