0

Problem: When view goes max width 767px, my menu goes to mobile view. I am practicing this site. But I tried a lot, I couldn't figure out from where the select tag portion come out in during mobile view time.

• In source page, it is not there. But in DOM tree its here.
• In normal case it stays display: none but in mobile view time, it becomes display: block.

But where from this select tag comes? How can I figure out his source?

here is my screen shot

mplungjan
  • 169,008
  • 28
  • 173
  • 236
  • Have you tried looking at any other file you may be using? It's probably a script that is dynamically adding elements. You should probably get a better IDE with a find/replace function. – frick Nov 18 '17 at 07:01
  • It’s a difficult question to decipher, even more so without code. If I’m understanding your problem correctly you can use chrome to find out what is manipulating the Dom. See this question on how to do that https://stackoverflow.com/questions/10826916/how-to-set-dom-breakpoints-in-chrome. – Phil Cooper Nov 18 '17 at 07:03
  • If it's live site. Please share that URL here. Someone will definitely help you to solve this. – Klaus Mikaelson Nov 18 '17 at 07:03
  • I noticce that you are using Superfish for your menu. Is this a Drupal site by any chance? Some Googling tells me that the Superfish module for Drupal has a smallscreen plugin that sounds as if it generates a ` – Jonathan Nicol Nov 18 '17 at 07:51
  • @JonathanNicol I think you got the point. how did you understand, i am using superfish for the menu? yes, probably it was a WordPress site. I downloaded it. I am making it now as a simple PHP file. I made a php file where the menu part only kept, then i include it to the main page. What can i do ? actually, its killing my long time. – Rubel Ahmed Nov 18 '17 at 15:07

0 Answers0