The righthand Margin setting under Spacing for a Video element does not work. The other three Margin settings work.
Incidentally is Padding also meant to work, because none of them do.
Cheers,
Paul
Good catch, we’ll get that fixed up in the next couple of betas!
It is being applied, but because the Video is set to Width: 100%
by default, the right margin is not visible.
If you change width, by going to the Sizing->Width, to auto
you will see the margin applied to the right hand side. This is more just a “how CSS works” thing, than a bug in Elements.
Padding has a small bug that we need to fix up, I’ll take a look at that one ASAP!
The Default Width for a Video element is 100%. After changing the Width to Auto, there is no change to the righthand Margin. Even if I try a new Video element, and change Width to Auto, and then set the Righthand Margin, there is no change. In fact, when I apply the lefthand Margin, the righthand side of the Video element box jumps to the right about a quarter of an inch.
Cheers.
here’s an example project with a Video component that has margin applied: elementsapp://downloadDocument/ZIwz0WG7PU0k
I’ve set the Video width to auto
and applied margin 10
to all sides of the video.
Let me know if this project works for you, or not
Sorry, I doubled up on the following post somehow.
Dan C.
I think I have found the problem relating to my right hand Margin. I think it has nothing to do with Margin at all, but rather an interaction of the placement of Containers.
If you view screenshot 1, notice the relativity of the Containers to each other. I have placed all other Containers, except the first Container, inside the Container for the Navigator Component.
When they are related to each other in this way, I have a problem with Righthand Margins. See screenshot 2.
If I now re-relate the Containers so that they are as per screenshot 3, the Righhand Margin issue goes away. See screenshot 4.
Hope this helps.
Oh by the way, Padding now works in the Containers.
Cheers.
All this has cleared since rebuilding the page.