Hi,
I want to disable the mobile and tablet version of this template so on all devices the layout is the same.
I've searched but i can't find out how. I already disables the mobile menu.
Can someone please help?
Regards,
Sander
<link rel="stylesheet" href="...........templates/gk_msocial/css/small.desktop.css" media="(max-width: 1120px)" />
<link rel="stylesheet" href="............templates/gk_msocial/css/tablet.css" media="(max-width: 1030px)" />
<link rel="stylesheet" href="............templates/gk_msocial/css/small.tablet.css" media="(max-width: 820px)" />
<link rel="stylesheet" href=".............templates/gk_msocial/css/mobile.css" media="(max-width: 580px)" />