Archived topic
Disminuir espacio entre las filas del archivo de blog
5 replies · Started by David Jiménez on September 8, 2022
Hola,
¿Cómo hago para disminuir el espacio que hay entre filas del blog?
Adjunto imagen de donde quiero disminuir el espacio: https://snipboard.io/3jKP1x.jpg
Agradecido de antemano y a la espera de sus indicaciones.
Saludos,
David Jiménez
Hi David,
Try modifying the Separating and Content Space in Appearance > Customize > Layout > Container.
If that doesn't work, can you share the link to the site in question?
You may use the Private Information field for this: https://docs.generatepress.com/?s=private+information
Hola Fernando,
Modifiqué el espacio como indicas en el mensaje anterior y sólo modificó el espacio entre columnas y no las filas.
El sitio donde quiero disminuir el espacio entre columnas es:
Hi there,
yeah that is something we need to address, the posts are picking up the bottom padding in Cusotmizer > Layout > Container - which is 120px.
To remove that just on the blog columns add this CSS:
.one-container .generate-columns-container .generate-columns {
padding-bottom: 10px !important;
}
Hola David,
Funcionó bien. Muchas gracias por tu atención
Saludos
Glad to be of help!!