Mobile Issues with menu and title font size vs desktop size

Hello, I am having the following issues.

  1. Mobile menu is not working. How do I get that to work?

  2. How to change the title size of just the mobile version? I have the CSS code for the desktop but it changes the sizes of all 3 devices and not just desktop. How can I change each separately?

Thanks for the help.

Hi there

  1. Sorry, this problem is already reported, we are waiting for the fix
  2. I see only coming soon page and cant replicate the problem, can you please disable it?

It’s open to view now. Sorry about that.

Hi

You may use this css code:

@media (max-width: 768px){
.site-name .navbar-brand {
font-size: 23px;
}
}