Turn off responsive

Hi guys, i would like to turn off the responsive mode feature in this template, what is the easiest way?

Thanks

1 answer

Profile photo of Sherlock 0.00 $tone September 24, 2013
Public

Hi guys, i would like to turn off the responsive mode feature in this template, what is the easiest way?

Thanks

Hi mate !

it’s strange that you want to turn off responsive feature anyway you can open the file of app\design\frontend\default\jm_crafts\layout\page. xml look for and remove those tags

HTML Code:

   <action method="addCss"><stylesheet>css/layout-mobile.css</stylesheet><params>media="only screen and (max-width:719px)"</params></action>
				<action method="addCss"><stylesheet>css/layout-mobile-portrait.css</stylesheet><params>media="only screen and (max-width:479px)"</params></action>
				<action method="addCss"><stylesheet>css/layout-tablet.css</stylesheet><params>media="only screen and (min-width:720px) and (max-width: 985px)"</params></action>
				<action method="addCss"><stylesheet>css/layout-normal.css</stylesheet><params>media="only screen and (min-width:986px) and (max-width: 1235px)"</params></action>
				<action method="addCss"><stylesheet>css/layout-wide.css</stylesheet><params>media="only screen and (min-width:1236px) and (max-width: 1585px)"</params></action>
				<action method="addCss"><stylesheet>css/layout-wide-extra.css</stylesheet><params>media="only screen and (min-width:1586px) and (max-width: 1890px)"</params></action>
				<action method="addCss"><stylesheet>css/layout-hd.css</stylesheet><params>media="only screen and (min-width:1891px)"</params></action>

I hope it helps !

#1

Please login or Register to Submit Answer

Written By

Comments