droidev
droidev

Reputation: 7390

Website not responsive in mobile but in computer

I have created a responsive website with Bootstrap 3. While I have tested it in Mozilla and Chrome on my computer, it is responsive. But on a phone (Samsung S Duos 2) it's home page is responsive, but not other pages. On the home page it shows responsive dropdown nav menu and all. But for other pages it shows the ordinary navigation menu like computer. I don't know why this is happening.

For bootstrap menu I've styled only for screen size greater than 768px (using a media query @media(min-height:768px))

I am sharing the website link here please anyone help me to sort it out

Upvotes: 0

Views: 80

Answers (1)

wehpogi
wehpogi

Reputation: 121

Apply your meta tag of your homepage to your another pages

Upvotes: 2

Related Questions