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
I have blog posts with songs in translation, but I'm having trouble aligning the two texts to match the translations. is there a method? example in the link.
https://ingles5minutos.com.br/blog/what-do-you-mean-justin-bieber-letra-em-ingles/
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.