На сайте выводится реклама adsense, но на маленьких экранах от 320px часть рекламы скрыта.
Подскажите, как сделать адаптив для маленьких экранов?
Код примерно такой:
.single-article .code-block {
display: block;
width: 100%;
}
@media screen and (max-width: 580px){
.single-article .code-block ins, .single-article .code-block ins iframe {
width: 100%!important;
}
}
<div class="code-block" style="margin: 8px 0;"><!--noindex-->
<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle" style="display: inline-block; width: 291px; height: 280px;"
data-ad-client="ca-pub-1" data-ad-slot="1" data-adsbygoogle-status="done">
<ins id="aswift_0_expand"
style="display:inline-table;border:none;height:280px;margin:0;padding:0;position:relative;visibility:visible;width:291px;background-color:transparent;">
<ins id="aswift_0_anchor"
style="display:block;border:none;height:280px;margin:0;padding:0;position:relative;visibility:visible;width:291px;background-color:transparent;">
<iframe width="291" height="280" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0"
allowtransparency="true" scrolling="no" allowfullscreen="true"
style="left:0;position:absolute;top:0;width:291px;height:280px;"></iframe>
</ins>
</ins>
</ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script><!--/noindex-->
</div>
Айфон мало держит заряд, разбираемся с проблемой вместе с AppLab
Перевод документов на английский язык: Важность и ключевые аспекты
Кто может отредактировать данный код по примеру? Ошибки прикрепил к сообщению https://prntsc/ja380w https://github
text-align не работает, я в верстке не особо понимаю, но пробовал разные способы из интернета - не помогло
Подскажите пожалуйста, как с помощью JavaScript можно получить HTML код любого веб-сайта по ссылке? И потом передать его в переменную или в *txt файл?