Zend certified PHP/Magento developer

How to locate HTML files associated with the mobile view of a theme?

I installed a Magento theme on my server and wanted to make some changes to the menu within the theme.I am able to view the HTML codes related to the desktop view menu in the block section of the Magento Admin Panel like this,

enter image description here

enter image description here

I successfully made the desired changes to the HTML code and the menu now appears as desired in the desktop view,
enter image description here

However, the menu appearance in the mobile view differs from my desired outcome and I wish to make changes in this view as well.
enter image description here

By using the inspect view, I can access the HTML code related to the mobile view menu. However, I can’t find a corresponding block for the mobile view menu in the block section of the Magento Admin Panel. So, I want your help in locating the HTML file related to the mobile view menu, in order to make changes. Please anyone can help me in finding the file as I am new to both web development and Magento?