You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#108098 Vertical align option in table?

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Kukovacec on Friday, 18 June 2021 10:57 BST

Kukovacec
Hello,
is vertical align still supported on JCE? I saw this post but I dont have that option in my JCE profile layout, and I really need that option... where's the option to enable it?

Regards,
M

Attachments

Ryan
Vertical Alignment is available on table cells, which you can apply to individual cells once the table has been created, by clicking on the Table Cells button (see image below) https://cdn.joomlacontenteditor.net/tmp/108098-vertical-align-option-in-table.jpg You can also do this to all table cells using css, for example by adding the following to your template css file:

table td {
    vertical-align: middle;
}

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

Kukovacec
That button is exactly what I needed, thank you so much!

Regards,
M