Archived topic
logo covers the menu
22 replies · Started by Thei on September 21, 2020
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
Hi,
You can check these sites to get an idea on how to set up a staging site.
https://themeisle.com/blog/wordpress-staging-site/
https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/
Worth checking with your hosting support to see if they offer service like this :)
A lot of them do.
Thanks Elvin, I did the staging site fast.
Leo,
Here it is: https://wedesserts.com/staging/2899/
Can you the logo squeezed in between the menu?
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.
Hmm I think the Coming Soon is from a plugin:
https://www.screencast.com/t/Y1qRwoWxVRuk
Do you see that in the list of plugins?
If not just provide the login info using the private information box.
I don't have this plugin but sending generate press login details
I tried to log in using this URL but it doesn't work for me:
https://wedesserts.com/staging/2899/wp-login.php
Can you confirm?
I guess you need the blue host login in private
That still didn't work for me using the link here:
https://wedesserts.com/staging/2899/wp-login.php
Can you confirm?
Thanks :)
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;
}