Top Notification Bar blocks header menu

Hi,

I used another plugin, which is the Notification Bar to display at the top. It used to work and doesn’t block my header menu. However, after the recent update, I found that the bar blocks the menu by default. If I toggle with the bar (close and re-open again), the header menu gets adjusted automatically.

Please help!

Thank you.

Regards,
Adrian

Hi Adrian,

I hope you are well today and thank you for your question.

Could you please share me your site URL where it’s happening so that i can troubleshoot it?

Kind Regards,
Movin

Hi Movin,

Thank you for your reply.

My URL is http://www.shedawayfats.com.

Let me know if you have any questions.

Thank you.

Adrian

I can see it is happening on your site because that plugin initially doesn’t add padding to the body tag as shown in the attached screenshots.

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body {
    padding-top: 38px !important;
}

It works like a charm. Thank you so much for your help.

You are most welcome here :slight_smile: