Site logo

Archived topic

border of the box not showing

7 replies · Started by Jos on May 18, 2022

Viewing posts 1–8 of 8

Hi,

On a page on a corporate website thats on a staging server I have a problem.
OnShow border of box on top 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

That did the trick.
Thanks, you're great!

Regards, Jos

Glad to hear that

This archived topic is closed to new replies.