Archived topic
Add Container margin at the end of the design
3 replies · Started by David on May 29, 2019
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
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 :)
Hi Leo,
works perfectly great!
Thanks for your help!
Best,
David
That was a lucky guess haha
No problem :)