From 0bbb1ddd635e39ddb622c0e1240c9e1ee32526d9 Mon Sep 17 00:00:00 2001 From: "pico.dev" Date: Fri, 25 Oct 2024 22:11:02 +0200 Subject: [PATCH] =?UTF-8?q?Peque=C3=B1os=20retoques?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/bitix/layouts/partials/html-head-ad-manager.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/bitix/layouts/partials/html-head-ad-manager.html b/themes/bitix/layouts/partials/html-head-ad-manager.html index c20e3bd101..5872cdf7e4 100644 --- a/themes/bitix/layouts/partials/html-head-ad-manager.html +++ b/themes/bitix/layouts/partials/html-head-ad-manager.html @@ -31,11 +31,13 @@ .build(); var sidebarLeftMapping = googletag.sizeMapping() .addSize([1750, 0], [[300, 600]]) + .addSize([0, 0], []) .build(); var sidebarRightMapping = googletag.sizeMapping() .addSize([1440, 0], [[300, 600]]) .addSize([1366, 0], [[250, 600]]) .addSize([1280, 0], [[160, 600]]) + .addSize([0, 0], []) .build(); headerSlot.defineSizeMapping(headerMapping);