How to use Flexbox in a column in Cornerstone?

Hi, I have this page https://clients.360apex.com/relahq/ and I want that first column to have 1 element on the top and the text on the bottom.
How can I do that?

Hi There,

Thank you for writing in, I assume you want that text to be aligned on the left-street in the image, if so, please add this to your text/headline Element CSS area under customize tab.

@media (min-width: 768px) {
	$el.x-text-headline {
		position: absolute;
    	bottom: 104px;
    }
}

But I’m not entirely certain how do you want that text to be position on mobile view though as the left-street is not visible on mobile view.

Cheers!

1 Like

Thank you, that worked!
But you are right, on mobile, and even in smaller screens, will be a madness to have that design good looking, so I think I will have to think another way to show the title.
Thanks!

you are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.