Advertisement
fauzanjeg

Change Yandex Ads Position || Custom Change

Aug 1st, 2021 (edited)
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. /* Ads in Bottom of Article */
  2. .jeg_ad.jeg_article.jnews_article_bottom_ads div#yandex_rtb_R-A-1221351-5 {
  3.     max-width: calc(100%/4);
  4.     float:left;
  5.     border: 1px solid red;
  6.     margin:10px;
  7.     margin-left: calc(100%/10);
  8. }
  9.  
  10. .jeg_ad.jeg_article.jnews_article_bottom_ads div#yandex_rtb_R-A-1221351-6,
  11. .jeg_ad.jeg_article.jnews_article_bottom_ads div#yandex_rtb_R-A-1221351-3 {
  12.     max-width: calc(100%/4);
  13.     float: left;
  14.     border: 1px solid red;
  15.     margin:10px;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement