Profil menu in the background

Hi,

the profil menu is in the background of the grid? How I can change it? It is in every page.

image

Thanks.

Try adding the following CSS to the styles.css file

div.header.fixed {
  z-index: 3;
}