Archived topic
Problem create block GenerateBlocks
11 replies · Started by alexis on December 2, 2020
Hi,
I have a problem when I create a block with GenerateBlocks because it overlaps. I'll let you see the video.
Hi there,
Sorry but I'm really not sure what the issue is here.
Can you explain a bit more?
In fact in the back office the 2 blocks are superimposed. If I add a container to correct I have an empty div.
I'm not able to replicate that issue on my end.
Can you activate the parent theme first?
It's ok but I still have the problem. You can check the backoffice
The login and password don't work for me.
Can you confirm?
Please also provide the login URL.
Sorry
This is what I'm seeing when using the latest link:
https://www.screencast.com/t/Lu3aS0O0nq
Sorry, I let You try again. my hide login plugin is indeed deactivated and it looks good in private browsing at home
Hi there,
Containers without padding or a min-height get there height from their content. The only element you have in the last container is a Floated ( alignright ) image block. Floated elements are moved out of the Containers DOM context causing its height to collapse, and any Block that comes after the container will move up to fill the space.
Add another Block that is not floated to that container or give it a min height to fix the issue.
Ah okay I understand thank you very much
You're welcome