How to change the position of main menú

Hello
Could someone tell me how to change the main menu? It turns out that the letters cover the face of the photo.
thanks in advance

Hola
Alguien podría decirme como cambiar de lugar el menu principal? Resulta que las letras tapan la cara de la foto.
gracias por adelantado

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

I am not sure how you would like to move the menu. You can use the following CSS code to move the menu more to the top of the page by going to Appearance > Customize > Additional CSS and pasting it there.

/*Move menu*/
#header .top-header .header-navigation>ul {
    position: relative;
    bottom: 50px;
}

Best Regards,
Support

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

I am not sure how you would like to move the menu. You can use the following CSS code to move the menu more to the top of the page by going to Appearance > Customize > Additional CSS and pasting it there.

/*Move menu*/
#header .top-header .header-navigation>ul {
    position: relative;
    bottom: 50px;
}

Best Regards,
Support

Good Morning,

I’ve already managed to move the menu up a bit with the explanations you’ve given me. Thank you very much!!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support