Issue with Hestia theme on mobile

[ad_1]

Hi @peopleinside,

Thanks for using Announcer plugin

  1. 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.
  2. 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

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer