Header bar does not redirect correctly

Asked

Viewed 37 times

0

In a template I’m using, it’s all responsive in any size.

Being that I’m fitting it to my site, only the header bar is not working properly, as shown in gif.

If you have the programmer mode open, immediately in small size, and open to larger size, the template corresponds, if it is from large to small (as image), it does not give.

What could it be? It’s already happened to you?GIF_bootstrap_header_template

  • Make sure you have the right media viewport, here’s an example: <meta content="width=device-width, initial-Scale=1" name="viewport">

  • It didn’t work. Use this as it comes in the template, but it doesn’t work. <meta name="viewport" content="width=device-width, initial-Scale=1, Shrink-to-fit=no">

1 answer

0

Check if your page is handling resizing through meta viewport, follow example

<meta content="width=device-width, initial-scale=1" name="viewport">
  • It didn’t work. Use this as it comes in the template, but it doesn’t work. <meta name="viewport" content="width=device-width, initial-Scale=1, Shrink-to-fit=no">

  • You can provide the source code or url so that it can be parsed?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.