WEB広告運用の困りごとが集まる場所 › コミュニティ › コミュニティ › ウィジェットの表示修正
-
ウィジェットの表示修正
トピックス by ひじり 299 pt 2023年8月30日 15:01 233 PVキャプチャのウィジェットが正しく表示されないので、対処法を教えていただきたいです。
正しく表示されてるキャプチャも添付します。
バージョン名⇒【0829】回遊率施策
widgetマスター 1 年, 2 月前 3 人 · 4 コメント -
4 コメント
-
お待たせいたしました!!!
タグ設定のJavaScript headから下記記述を削除してください💫
●タグ設定 1820行辺り .icon { position: relative; font-size: 15px; font-weight: bold; color: #ff6a6a; background: #fffff4; line-height: 1.4; padding: 11px 11px 11px 32px; border-top: dotted 1px gray; border-bottom: dotted 1px gray; } .icon:before, .icon:after { content: ""; position: absolute; display: block; top: 50%; transform: translateY(-50%); } .icon:before { position: absolute; width: 19px; height: 19px; border-radius: 50%; background: #ff6a6a; left: 5px; } .icon:after { left: 5px; width: 6px; height: 6px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg) translateY(-65%); }
-