badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Disable Responsive Mobile layout

#11746

Hi Maximillian,

To disable mobile responsive layout delete all the responsive css code from the style.css file.
Please find the below text in style.css and delete all the responsive CSS code under this text.

/* =Responsive Structure
----------------------------------------------- */
/* All Tablet Portrait size smaller than standard 1079 (devices and browsers) */

and also find below code in the library -> structure -> header-extensions.php file

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

then replace with below code

<meta name="viewport" content="width=1078" />

Please make sure that above code will be removed if you update the theme.

Thank you!