[ad_1]
Hi @peopleinside,
Thanks for using Announcer plugin
- Regarding announcement overlap on screen size change. The plugin does not refresh the top padding on screen size change like shown in the video since that is not normal. However when the page open directly opened on small screen, there is no overlap.
- Regarding the menu, it seems the menu is designed that way. It is sticking to the top of the page. I would suggest setting custom CSS to handle this behavior like below. This is because, every theme is different and prone to multiple cutomizations. Ideally, the menu should not stick to the top of the page, it should stick to the bottom of the header. Since the plugin is external, it cannot detect that design. Hope you understand.
@media (max-width: 768px) {
.navbar.navbar-fixed-top .navbar-collapse {
top: 86px;
}
}Thanks,
Aakash
