Archived topic
Off Canvas Menu and Mobile Banner Ad
5 replies · Started by Jessica on March 12, 2021
I began using the theme a week or so ago, and I must say, great job, great documentation!!! I've been through a lot, seems like you have covered ALL the bases. And I haven't even seen the full power of it yet!
Is there a way to fix a problem I am having with an auto placed mobile banner covering the off canvas menu close button when it's open? The user can't close the menu, without trying to close the ad which unfortunately leads to false traffic for advertisers.
Hi Jessica,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Sure thing.
Give this CSS a try to move the exit icon a bit lower:
@media (max-width: 768px) {
.slideout-navigation.do-overlay .slideout-exit {
margin-top: 60px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Perfect!
Thank you!
No problem :)