Textelement over two blocks
-
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)
Viewing 1 replies (of 1 total)
The topic ‘Textelement over two blocks’ is closed to new replies.
