Copy link to clipboard
Copied
como le hago para bajar el marco azul abajo de las imagenes y texto
The problem is still caused by your use of the position property, I would need to see the full code in situ. Please upload the site to a (temporary) online location and supply the link to the site.
Please, no images of the code.
Copy link to clipboard
Copied
The answer lies in the code. Please show the code by giving us the link to the site or by pasting the code, including CSS, here.
As a first assumption, I would say that you have used position: absolute somewhere in the CSS.
Copy link to clipboard
Copied
el primero es del cuadro azul que quiero bajar el segundo es lo de atras
Copy link to clipboard
Copied
The code that you have shown is of no use. I need the CSS for the blue part, being the container for the form.
Copy link to clipboard
Copied
este es el codigo del contenido footer de la parte azul antes funcionaba pero ahora ya no
Copy link to clipboard
Copied
Sorry, I did not realise that the form was part of the footer.
Try removing the top and bottom attributes as per
.footer {
width: 100%;
position: relative;
/*top: -1425px;*/
/*bottom: -97px;*/
}
If that does not work, please come back here.
Copy link to clipboard
Copied
ya lo quite y bajo un poquito pero no completo
Copy link to clipboard
Copied
The problem is still caused by your use of the position property, I would need to see the full code in situ. Please upload the site to a (temporary) online location and supply the link to the site.
Please, no images of the code.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now