Site logo

Archived topic

Align content in a table

8 replies · Started by jm1991 on June 18, 2020

Viewing posts 1–9 of 9

Hi there,

Is there some CSS that can be added align content up top for each table cell?. Although, if possible, I wouldn't want the specific "pros" and "cons" cells to be aligned up top.

I have two column tables and when one opposing cell has more content, it kind of messes up the alignment.

Thanks

Hi there,

Can you disable site ground optimizer so I can inspect the code closer?

It should be vertically center aligned by default.

Let me know :)

Hi there,

I believe you're based in North America? So you probably won't review the code for a while. I'm keen to keep Siteground on for performance reasons, but will turn it off when I know someone will be able to look at my code.

Happy to do that if any mod is awake in the UK :). If not, let me know when you're ready to have a look, Leo.

Hi there,

let us know when you have disabled it....

Done :)

Try adding this CSS:

.wp-block-table td {
    vertical-align: top;
}

Perfect!. Thanks.

You're welcome

Awesome David! thank you!

This archived topic is closed to new replies.