Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1289164

    Hi, In a color-section I created two columns with padding and coloured background, each containing text, which I’m trying to overlap with Google maps, which is located underneath, within a color-section.

    Whatever I do, by adding in example negative whitespaces, I cannot seem to create an overlap with google maps

    See the pic in the private section how I’ve build the page insofar.
    How do i achieve this?

    #1289366
    .test2 {
      position: sticky;
      left: 0px;
      top: 0px;
      z-index: 10;
    }

    let me ask it differently, would above code be a good idea? (giving the color secion the css class test2)? it seems to work, with a negative margin of -200 for the first column (both on equal height)

    #1289519

    Hi the_digital_manager,

    Could you please give us a link to your website, we need more context to be able to help you.

    Could you please attach a mockup of what you’re trying to achieve?

    Well, you can use this css if it helps you achieve the desired look.

    Best regards,
    Victoria

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Let columns (with text) overlap with Google Maps’ is closed to new replies.