Site logo

Archived topic

how to align two text side by side

1 reply · Started by steven on February 18, 2023

Viewing posts 1–2 of 2

Hi there,

try adding this CSS:

.align-top tr {
    vertical-align: top;
}

Then select the Table you want to align top and in Advanced > Additional CSS Class(es) add: align-top

This archived topic is closed to new replies.