Dear support,
is it possible to achieve a layout like in the screenshot? So the columns would overlap each other. I tried it with some css -but this is not exact like in the layout-screenshot. Is there a better solution?
@media only screen and (min-width: 767px) {
.overlapping-columns {
position: relative !important;
left: -100px !important;
top: 50px !important;
z-index: 0 !important;
}
}
Hey dondela,
Thank you for the inquiry.
Your changes seem to be working correctly when we checked. Did you adjust the css?
.overlapping-columns {
position: relative !important;
left: -100px !important;
top: 50px !important;
z-index: 0 !important;
padding-left: 150px !important;
}
Best regards,
Ismael