• Resolved flst

    (@flst)


    Hi I am trying to put a text content with color background over two blocks, an image block and a following block.

    Example image: Image

    I realized it so far with custom css:

    .bottom { /* Containers for shapes */
      position: absolute;
      display: block;
      background: transparent;
    	max-width: 100%;
    }
    .bottom {
      top: 75%;
      left: 0;
      right: 0;
      bottom: 0;
    }

    However, with this solution I have the problem that the next element is no longer oriented to the previous one and in the mobile view it hide the following elements.
    I would be grateful for a tip on how to avoid hiding the following elements.
    Greetings, Florian

Viewing 1 replies (of 1 total)
  • Hello @flst

    I think you’d be better off posting this question in the builder’s forums, rather than these ones. We unfortunately do not have much control over how builders react.

    And as a hint, setting position: absolute on elements will make them go “off grid” and all the other elements will shift position. Perhaps try creating a media query for mobile and reset the element’s position?

    Hope this points you in the right direction.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Textelement over two blocks’ is closed to new replies.