Hello,
The issue is generated due to the overlapping of nav-bar on logo. So you can use custom css to handle it.
Steps to add custom css :-
Open TemplateToaster > General Tab > CSS > Paste the Css code here > Save
header#ttr_header .ttr_header_logo {
z-index: 1100;
}