Site logo

Archived topic

logo covers the menu

22 replies · Started by Thei on September 21, 2020

Viewing posts 1–15 of 23

I have a problem with my logo on the page. It covers the menu items. It seems to work fine on mobile/tablet based on the previews. My blog is not live yet. I changed the width but now the space between the menu and the logo is huge! So what is the solution here?

In addition, I will go live this Saturday. Is it a way to test the site "live" before the formal launch on Saturday and then unpublish it? I just don't want to be surprised last minute if things do not work out.

Hi there,

These issues are tough to debug without seeing it live.

Any chance you can duplicate the issue on a staging site so we can see?

This would solve this issue as well:

Is it a way to test the site “live” before the formal launch on Saturday and then unpublish it? I just don’t want to be surprised last minute if things do not work out.

If you tell me how to do it - I don't know what is a staging site

Worth checking with your hosting support to see if they offer service like this :)

A lot of them do.

It's under coming soon page.

Can you disable it?

I am not sure how to disable the staging site. I can press on launch site which will be the staging launch if that makes sense. I don't see any other option. I can see it but I am logged in.

I don't have this plugin but sending generate press login details

I guess you need the blue host login in private

Leo, I sent you the WP password and user name in private. Can you help me today to fix the logo?

The login works now.

What is the layout you are trying to achieve?

This CSS in your custom CSS is currently causing some issues:"

.site-branding,
.site-logo {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 200;
}
This archived topic is closed to new replies.