IE Redirect & IPad Sizing

Hi All,

Firstly, I am currently attempting to redirect a Site to another page if the browser detected is Internet Explorer, however all the custom code solutions do not work, the most commonly suggested script is the one below which does not work. If anyone could offer any updated solution that’d be great!

<!--[if IE]>
<script type="text/javascript">
window.location = "http://www.google.com/";
</script>
<![endif]-->

My Second Issue relates to iPad sizing, I understand that I could simply add another Media Query but the website in question has over 25 pages, is there a site wide solution for making the tablet breakpoint large to support iPad? The site is hosted with Webflow meaning I don’t have access to the CSS file.

Any help would be greatly appreciated.

Cheers