Banners ads don´t appear on smartphones in Newspaper X Theme

I use Newspaper X Theme. Why do banners ads just appear when we acess the site using a computer? When we do it using a smartphone the banners desappear. Is there anyway to use banners in smartphones?

Hey there

I hope you are well today.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Additional CSS

/*show ad banner on mobile*/
@media (max-width: 767px){
.header-banner, .newspaper-x-content .newspaper-x-image-banner {
    display: block !important;
}
}

Best Regards,
Support

It worked. Thank you very much!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support