Site logo

Archived topic

Doble menú en cache de texto

5 replies · Started by jmpefe78gmail-com on January 20, 2021

Viewing posts 1–6 of 6

Hi,

Can you tell us why you want it removed? It shouldn't have any detrimental effects to the site.

This is added when you have "Mobile Header" set to "On" from Appearance > Customize > Layout > Header.

Setting Mobile Header to off should remove the duplicate "Menu" when the google cache saves a new snapshot of the site.

El motivo es porque ahorro a Google el rastreo en cierta manera

He puesto el encabezado movil en desactivado pero al quedar muy grande el Logo he marcado la pestaña "Usa la navegación como encabezado"

¿Esto hará que sólo aparezca un menú?

No entiendo bien que hace esta pestaña y quiero que sólo salga un menú pero que el Logo esté un poco más pequeño

Hi there,

yes, the changes you have made will now only output a single navigation menu.

If you want to make the logo smaller on Mobile you can use this CSS:

@media (max-width: 768px) {
    .navigation-branding img {
        height: 70px;
    }
}

Ok. Gracias David

You're welcome

This archived topic is closed to new replies.