Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Need to make the theme build with Bootstrap unresponsive WordPress

  • SOLVED

The responsive features of the theme is bad, I need to disable it. It is build with bootstrap. http://bliccathemes.com/medicom-wp/1/ I've neen trying to do it muself by editing css "Responsive Query " and bootstrap.css but it does not changes anything.

Answers (1)

2014-09-26

Fahad Murtaza answers:

Just remove this from header.php

<meta name="viewport" content="width=device-width, initial-scale=1">

It should be somewhere between the <head> </head> tags.


Mik Mo comments:

It does not helps