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: Remove Mobile Versoin from CSS

#23474

Hi MeShawn,

Remove from style.css. Go to line no 1953 you will see this `/* =Responsive Structure
———————————————– */
/* All Tablet Portrait size smaller than standard 1024 (devices and browsers) */`

Remove all css below from line no 1953.

After doing this go to themefolder(cleanretina-pro)-> library-> structure-> header-extension.php on line no 21 and replace this code<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> with below code
<meta name="viewport" content="width=1078" />

Thank you!