[Resolved] Add Container margin at the end of the design

Home Forums Support [Resolved] Add Container margin at the end of the design

Home Forums Support Add Container margin at the end of the design

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #914683
    David

    Hi there,

    I am using a Cookie banner plugin that shows a banner in the footer to fulfill GDPR compliance. The problem is now, that this banner is covering the disclaimer link in the mobile template – which is also not legal. Crazy. πŸ™‚

    Therefore: Is it possible to add an extra margin between containers at the end of the page to receive some space so the link is not covered?

    Thanks and best,
    David

    #914695
    Leo
    Staff
    Customer Support

    Hi there,

    Hmm not sure if there is a good way to deal with this.

    Usually the banner does cover up the site a bit until someone accepts or close it.

    Maybe give this CSS a shot?

    @media (max-width: 768px) {
        .site-footer {
            margin-bottom: 20px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know πŸ™‚

    #914705
    David

    Hi Leo,

    works perfectly great!
    Thanks for your help!

    Best,
    David

    #914707
    Leo
    Staff
    Customer Support

    That was a lucky guess haha

    No problem πŸ™‚

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