Hi team,
hope you have a great day. I am an avid youser of X & Pro. Am recommending you themes to everyone who is willing to listen 
Anyways, I subled upon a problem at the X Theme regarding the burger menu. I hope you can help me. Already looked for a long time in the forum but didnāt found a suitable answer for my issue.
On some pages, If i click on mobile on the menu ( / nav / burger), the menu is not showing. I donāt know why. Had this issue on another page but it disappeared after a while. Already cleared the cache and deactivated plugins for researching if there was a plugin issue. Did not changed a thing thoug⦠
For clarification:
On some pages, instead of opening the burger menu on click, nothing on the site seems to happen. Except of the domain: I get the slug " /#" behind the individual domain which causes issues (e.g. www.domain.com/category/category-one/#).
Maybe you can find the issue - or you can tell me a specific code for solving it. 
Afterwards, you find the specific domain as well as the FTP and WordPress login credentials. Donāt know if you need them for this but if you do, we donāt lose time.
Oh, before I forgot: I recently changed the style of the header. For this, I used the Customizer > Theme Options > Header. I copied code which I found in the forum (changed hex-code for color adjustment). When I deleted it for troubleshooting, the issue with the burger menu were still present.
/*changed domain name ONLY HERE for anononymity reasons */
.x-navbar {
background-image: url(āhttp://DOMAIN.de/wp-content/uploads/2018/09/DOMAIN-NAME-CATEGORY-background-008.jpgā);
background-repeat: repeat-x;
background-size: contain !important;
}
.x-container.max {
margin-left: 0px;
}
.x-navbar .desktop .x-nav > li > a {
padding-top: 100px;
padding-left:100px; !important
text-align:center;
}
/*button mobile */
.x-btn-navbar.collapsed {
color: #fff;
}
.x-btn-navbar.collapsed:hover {
color: #7d0040;
}
.x-btn-navbar.collapsed {
background-color: #7d0040;
}
Thank you very much in advance 
