Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #977982

    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

    #978152

    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

    #978317

    I send link & credentials

    #978708

    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

    #978864

    Thank you very much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Section question’ is closed to new replies.