Page 1 of 1

How to position an Image

Posted: Sat Jul 19, 2025 7:07 pm
by jPaul
Hi Everybody,

My feet are getting in the way and I keep falling over.

I have a simple logo "png" file that I want to place on top of a Layout Grid.
  • I want to control the dimensions of the "png" image. So I do not want to include the image within the Layout Grid.
  • However, when I place the image outside of the Grid, it will preview behind the indexHeaderGrid.
https://www.dropbox.com/scl/fi/xujzgvhq ... 2oh4&raw=1

How do I resolve this?

Re: How to position an Image

Posted: Sun Jul 20, 2025 6:05 am
by Pablo
If you want to place an image with absolute position on top of a layout grid then you can place it inside a sticky layer.
The sticky layer has a z-index property which allows you to control the z order of the layer/content
https://www.wysiwygwebbuilder.com/morelayers.html

Re: How to position an Image

Posted: Mon Jul 21, 2025 2:59 pm
by jPaul
Thank you. Pablo,

A Sticky Layer? I appreciate the help; I wouldn't have thought of that. So far, that seems to resolve ½ of my issue.

However, (even though I have set the z-index to 1) the stick layer-image still previews behind the Layout Grid.
https://www.dropbox.com/scl/fi/vxbn6xh0 ... 6uvp&raw=1

What have I missed?

Re: How to position an Image

Posted: Mon Jul 21, 2025 5:35 pm
by jPaul
Resolved.

Thank You