Homepage half image half text
-
Hello there,
I’m trying to set up a homepage in Laytheme, but I’ve run into an issue. I can’t seem to align text in different formats alongside an image that spans more than four rows. Is there a way to achieve this in Laytheme, or is it not possible?Many thanks for your support and help.

-
there are two ways to do it.
one way is a hacky way, one way is to use the stack element:

with the stack element you can just stack elements on top of each other:

https://laytheme.com/documentation/gridder-elements.html#stack-element
heres the hack-way to do it:

lets say you have your page set up like this
you could now right click the image and choose set html class and id:

as class enter:
height0add this in:
lay options -> custom css & html -> custom css for desktop.height0{
height: 0;
}u get:

-
btw

for this part of the layout you can use the new table element!
