March 25, 2015 at 5:12 am
#23474
Theme Horse Support Team
Keymaster
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!