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)

#107056 vertically center in column

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 archives2 on Friday, 12 March 2021 15:18 GMT

archives2
Hello,
I have two columns set up on a page. The column#1 is an image. Column#2 is text inside multiple divs. Currently, the information is top justified. I want to center this in relationship to the image in column#1. Is this possible?

Ryan
Please post a link to an example on your site.

Ryan Demmer

Lead Developer / CEO / CTO

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

archives2
The code is nothing special. I use JCE to create two columns. The first column contains an image. The second column is mostly text. I want the text in the second column to be vertically centered in the column. I'm using tables now, but tables aren't truly responsive. Your site will not take the code inline. It just hangs, so I'm attaching it as an image.

Attachments

Ryan
Which template are you using?

Ryan Demmer

Lead Developer / CEO / CTO

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

Ryan
There isn't a specific setting in Columns for this, but you can use some css added to your template stylesheet, eg:

.wf-columns {
    align-items: center;
}

Ryan Demmer

Lead Developer / CEO / CTO

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

archives2
Gave up. Thanks for your help.