learnix / src /app /components /ads /AdsterraNativeBanner.css
shashidharak99's picture
Upload files
7d51e81 verified
/* Adsterra Native Banner - Wide & Short */
.adsterra-native-wrapper {
width: 100%;
}
/* Hide wrapper when the ad container inside is empty */
.adsterra-native-wrapper:has(#container-3f48fa797cccfd84ac5eff6718e9b79d:empty) {
display: none;
}
.adsterra-native-container {
width: 100%;
overflow: hidden;
}
/* Hide container when the ad ID element is empty */
#container-3f48fa797cccfd84ac5eff6718e9b79d:empty {
display: none;
}
/* Ensure the ad container takes full width */
.adsterra-native-container > div {
width: 100%;
}