Menu bar Mobile

Hello,
How can i make to lock my my menu bar in mobile?

my site: http://attodigital.com.br

Thank’s

Hello there,

I hope you are doing well today.

I am not sure what you are referring to but I take it that you would like to have the menu in a fixed position.

You can use the following CSS code to create a static menu by going to Appearance > Customize > Additional CSS and pasting it there.


/*Static Menu*/
.main-navigation {
    z-index: 2;
    position: fixed;
}


Best Regards,
Support

Yes.
Thank’s

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