Archived topic
border of the box not showing
7 replies · Started by Jos on May 18, 2022
Hi,
On a page on a corporate website thats on a staging server I have a problem.
On this page the border is not showing. Although I have the same settings as on a other page.
I want the border to show on this page.
Thanks in advance,
Jos
Hi Jos,
It looks the block in question is underneath the container above it.
Can you publish the page and link me to the page so I can see the code?
Hi Ying,
Would you taken a look? It is on page manager security.
Thanks 😀
Hi there,
pseudo background images on a GenerateBlocks container will apply overflow: hidden; to them.
To get past that - select the Container block with the background image, and in Advacned > Additional CSS Class(es) add: has-overflow
Then add this CSS:
.gb-container.has-overflow {
overflow: initial;
}
Hi David,
Thanks for your quick reply. I did this but I don't see any difference.
Would you please take a look? It is on page manager security
Regards, Jos
Ooops it should be overflow: initial - see my edited CSS above:
https://generatepress.com/forums/topic/border-of-the-box-not-showing/#post-2225240
That did the trick.
Thanks, you're great!
Regards, Jos
Glad to hear that