Anchor Ad

Guide to adding or editing Anchor Ad units.

This is a floating ad that sticks to the bottom of the page, the anchor-ad format is also available on Adsense auto-ads, you can disable this widget if you are already using auto-ads.

Anchor Ad will only appear on mobile display, we recommend using the Horizontal ad format(1) to avoid the ad covering part of the screen.

Editing/Disabling Widgets

  1. Go to Blogger Layout.
  2. Find the widget with the title Anchor ad placement (mobile only).
  3. Click icon to edit the widget.
  4. Paste the ad code into the content field, or click the Show this widget switch button to hide/show this widget.
  5. Click Save, and wait for the ad to appear.

Changing Ad Position

By default, ads are displayed at the bottom of the screen, to change this setting or display the widget at the top, find and edit the following CSS code:

.stickAd{position:fixed;left:0;bottom:0; ... border-top:1px solid var(--contentBd-color); ...} .stickAd .n{position:absolute;top:-28px; ... border-radius:10px 0 0;border:1px solid var(--contentBd-color);border-right:0;border-bottom:0; ...}
  • bottom:0;, replace it with top:0;.
  • border-top, replace it with border-botttom.
  • top:-28px;, replace it with bottom:-28px;.
  • border-radius:10px 0 0;, replace it with border-radius:0 0 0 10px;.
  • border-bottom:0;, replace it with border-top:0;.

Ini adalah iklan mengambang yang menempel di bagian bawah halaman, format iklan Anchor juga tersedia di iklan otomatis Adsense, Anda dapat menonaktifkan widget ini jika Anda sudah menggunakan iklan otomatis.

Anchor Ad hanya akan muncul pada tampilan mobile, kami sarankan untuk menggunakan format iklan Horizontal(1) untuk menghindari iklan menutupi sebagian layar.

Mengedit/Menonaktifkan Widget

  1. Buka Tata Letak Blogger.
  2. Temukan widget dengan judul Anchor ad placement (mobile only).
  3. Klik ikon untuk mengedit widget.
  4. Tempel kode iklan ke dalam bidang konten, atau klik tombol Tampilkan widget ini untuk menyembunyikan/menampilkan widget ini.
  5. Klik Simpan, dan tunggu hingga iklan muncul.

Mengubah Posisi Iklan

Secara default, iklan ditampilkan di bagian bawah layar, untuk mengubah pengaturan ini atau menampilkan widget di bagian atas, cari dan edit kode CSS berikut:

.stickAd{position:fixed;left:0;bottom:0; ... border-top:1px solid var(--contentBd-color); ...} .stickAd .n{position:absolute;top:-28px; ... border-radius:10px 0 0;border:1px solid var(--contentBd-color);border-right:0;border-bottom:0; ...}
  • bottom:0;, ganti menjadi top:0;.
  • border-top, ganti menjadi border-botttom.
  • top:-28px;, ganti menjadi bottom:-28px;.
  • border-radius:10px 0 0;, ganti menjadi border-radius:0 0 0 10px;.
  • border-bottom:0;, ganti menjadi border-top:0;.
External links: Pranala luar: