The yellow color is because of your theme which sets this color for ins elements used by ad blocks.
To change it to white add this CSS code to the Header:
<style>
ins {
background: #fff;
}
</style>
https://adinserter.pro/documentation/plugin-settings#header-footer
understandably! and how to make sure that the yellow empty places were not?
I’m sorry, can you please clarify what do you mean?
I wrote to the developers of the topic Hueman they said that the problem is in the plugin.
I meant how to remove empty space for example https://prnt.sc/l3993l
The plugin only inserts the code you configure.
You can always check source code of the page.
You can also use web inspector in the browser to examine the code.
And there are also debugging functions to label inserted code blocks:
https://adinserter.pro/documentation/debugging
That space is part of the ad block and generated by the ad code.
You can’t remove it, you can only change the color.
Yellow color is because of CSS code of your theme:
.entry ins {
background: #fff486;
}
in the file
http://blog-95.ru/wp-content/themes/hueman/assets/front/css/main.min.css?ver=3.4.2
which belongs to your theme Hueman:
