Is it possible to create a section looking like the following image?
http://test.optimedia.gr/wp-content/uploads/ken2.jpg
How can I make the two columns overlapping?
May be a grid section with a background at the left cell, or something else?
Thank you
Hey spapax,
This may be possible via css and z-index. Please add a link to the the site/page in question.
Best regards,
Jordan Shannon
I send link & credentials
Hi,
Thanks for the update.
We created a test page (see private field). We applied a custom css class attribute to the column containing the text and modified it in the Quick CSS field.
.offset-column {
position: absolute;
left: -200px;
bottom: -300px;
}
You may need to adjust this on smaller screens.
Best regards,
Ismael
Thank you very much!