Text position inside bloc

Hi there,
how can I move text, like heading, inside the bloc e.g. to the left corner of the bloc? I have many blocs where I miss a way to place the text in particular place.

Thank you

It looks like this text is in a carousel. This text is in the caption area. You’ll need to add a class carousel-caption.
Then you will be able to control the size and placement of the text using the class manager. Adjust padding and margins to achieve placement. You will probably will have to adjust this on all three breakpoints.

There might be other options.
Hope this helps.
Casey

Might be worth playing with the margins, they can be made negative as I understand it which might resolve your placement conundrum.

Yes it will need a minus margin.
Casey

Thank you, that’s what I need.