var way2buy_top_banner_1 = document.getElementById("way2buy_top_banner_1"); var way2buy_bottom_banner_1 = document.getElementById("way2buy_bottom_banner_1"); var way2buy_left_banner_1 = document.getElementById("way2buy_left_banner_1"); var way2buy_right_banner_1 = document.getElementById("way2buy_right_banner_1"); var way2buy_leaderboard_banner_1 = document.getElementById("way2buy_leaderboard_banner_1"); var way2buy_leaderboard_banner_2 = document.getElementById("way2buy_leaderboard_banner_2"); var way2buy_popup_banner_1 = document.getElementById("way2buy_popup_banner_1"); var way2buy_popup_left_banner_1 = document.getElementById("way2buy_popup_left_banner_1"); if (way2buy_top_banner_1) { way2buy_top_banner_1.innerHTML = ''; way2buy_top_banner_1.style.textAlign = "center"; // Center-align the content within the container var imgElement = way2buy_top_banner_1.querySelector("img"); if (imgElement) { imgElement.style.width = "50%"; // Set the desired width for the image imgElement.style.margin = "20px"; // Add margin around the image imgElement.style.borderRadius = "10px"; // Round the corners of the image } } if (way2buy_bottom_banner_1) { way2buy_bottom_banner_1.innerHTML = ''; way2buy_bottom_banner_1.style.textAlign = "center"; // Center-align the content within the container var imgElement = way2buy_bottom_banner_1.querySelector("img"); if (imgElement) { imgElement.style.width = "75%"; // Set the desired width for the image imgElement.style.margin = "20px"; // Add margin around the image imgElement.style.borderRadius = "10px"; // Round the corners of the image } } if (way2buy_left_banner_1) { way2buy_left_banner_1.innerHTML = ''; } if (way2buy_right_banner_1) { way2buy_right_banner_1.innerHTML = ''; //way2buy_right_banner_1.style.textAlign = "center"; // Center-align the content within the container var imgElement = way2buy_right_banner_1.querySelector("img"); if (imgElement) { imgElement.style.width = "100%"; // Set the desired width for the image //imgElement.style.margin = "20px"; // Add margin around the image imgElement.style.borderRadius = "10px"; // Round the corners of the image } } if (way2buy_leaderboard_banner_1) { way2buy_leaderboard_banner_1.innerHTML = ''; } if (way2buy_leaderboard_banner_2) { way2buy_leaderboard_banner_2.innerHTML = ''; way2buy_leaderboard_banner_2.style.textAlign = "center"; // Center-align the content within the container //way2buy_leaderboard_banner_2.style.margin = "20px"; // Center-align the content within the container var imgElement = way2buy_leaderboard_banner_2.querySelector("img"); if (imgElement) { imgElement.style.width = "80%"; // Set the desired width for the image imgElement.style.borderRadius = "8px"; // Round the corners of the image } } if (way2buy_popup_banner_1) { way2buy_popup_banner_1.innerHTML = ''; } if (way2buy_popup_left_banner_1) { way2buy_popup_left_banner_1.innerHTML = ''; }