Archived topic
Need to center header menu just in home
2 replies · Started by Adolfo on September 30, 2021
Hi there. In header: I need to center the logo just in home, and make it bigger and other pages at the or right, but in home centered, menu always at right or left. I'm trying to make it at elements option > header. But i don't know how to do it. Help please. Thanks!
This is my website: https://rincondealex.com
Sorry
Hi Adolfo,
I'm not exactly sure accurately centering the logo will look good as it may overlap with the menu items on desktop.
Here's what I mean - https://share.getcloudapp.com/lluorv9P
It's blocking "Inicio" and "Menu".
Are you pertaining to the mobile header? If yes, try this CSS:
.site-logo.mobile-header-logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
Here's how to add CSS - https://docs.generatepress.com/article/adding-css/