Site logo

[Resolved] border of the box not showing

Home Forums Support [Resolved] border of the box not showing

Home Forums Support border of the box not showing

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2224121
    Jos

    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

    #2224169
    Ying
    Staff
    Customer Support

    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?

    #2225157
    Jos

    Hi Ying,

    Would you taken a look? It is on page manager security.

    Thanks 😀

    #2225240
    David
    Staff
    Customer Support

    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;
    }
    #2225653
    Jos

    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

    #2225661
    David
    Staff
    Customer Support

    Ooops it should be overflow: initial – see my edited CSS above:

    https://generatepress.com/forums/topic/border-of-the-box-not-showing/#post-2225240

    #2225876
    Jos

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

    Regards, Jos

    #2226292
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.