Heading/Text Positioning

Again, newbie here…

Trying to position an H1 on page. How do I position it where I need it?

There is not much info in this post can you please add more detail or maybe screenshots of what you are trying to achieve from this all we have is you want a H1 somewhere on the page it could be anywhere with this info?

Please check my reply to your other post about the same thing:

1 Like

In the other post you mention that you want to align the heading left center. The easiest way is to use a flex container as per following:

  1. In the DOM panel, give the HTML element a height of 100

  1. In the same DOM panel, give the BODY tag a height of 100

  1. In the App Structure panel, add a Flex Container, align items and give it a height of 100

  1. Add a Container and make it fluid

  1. Lastly, add a Row, Column and a heading

I hope that this helps.

Its a start. I would like to Overlay this on to a background video.

So I would like to put a big title center left screen and of couches it would be responsive.

This doc for an image but should be the same for video.

That does not work as the container is the background video

Looks like the Flex Container did it, however how do I change the Text attributes (font, color, etc)

If you want to change the header styles globally use the Theme Manager … if you need to style just that one instance use the Styles panel and add some CSS.

…gulp