Why does my announcement bar cover the header?

Hi,

for some reason the announcement bar covers my header (main menu). Could anyone please help ?

https://sugarfreeeu.com/

@Eli90 , Please add below line of code at the end of your theme.css file. You can find this file in the assets folder of your theme.

body #header{
top:50px;
}

You can change the 50px to any value as per your convenience.

1 Like

you’Re the MANNNNNN

1 Like

Hi

remove “top: 0;” form theme.css file at line no. 7192