Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

82
Vistas
Google Ad unit floating on top left of the page

After placing the Google AdSense ad unit in my site at ssadic.com as below, the ad unit is floating and displays on the top left corner of the page instead of within the desired div.

        <div class="card">
            <div class="card-header">광고</div>
            <div class="card-body" style="padding:5px !important">
                
                 <!--- Google Ad Unit --->

            </div>
        </div>

The issue is only showing on desktop(not mobile) and only on Chrome(not Safari) Is there a way to force the ad to position within the div area?

Attaching screenshot of the issue : ad unit floating on top left instead of within

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Use position: fixed and top left

Bootstrap

<div class="position-fixed top-0 start-0">
    <div class="card">
        <div class="card-header">광고</div>
            <div class="card-body" style="padding:5px !important">
                
                <!--- Google Ad Unit --->

            </div>
    </div>
</div>

Only Css

.card {
    position: fixed;
    top: 0;
    left: 0;
}

Also you can set bottom: 0; right: 0

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda