Skip Navigation

[Resuelto] columns not vertically aligned to top

This support ticket is created hace 2 años, 1 mes. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Waqar hace 2 años, 1 mes.

Asistido por: Waqar.

Autor
Mensajes
#2482329

Tell us what you are trying to do? vertically align columns

Is there any documentation that you are following? no, just choosing the vertical alignment to top in the content template (using blocks) and applied css everywhere i could - can't get it to align to top.

Is there a similar example that we can see?

What is the link to your site?enlace oculto

#2482389

Hi,

Thank you for contacting us and I'd be happy to assist.

I see the following custom CSS code, including through the template's CSS editor:


.columntopalign {  vertical-align: top!important;}

You can update it slightly to:


.columntopalign {
    vertical-align: top !important;
    align-items: start !important;
}

I hope this helps and please let me know if you need any further assistance with this.

regards,
Waqar