Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1357267

    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;
    }
    }
    #1357287

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.