Thread Starter
getic
(@getic)
Hello, I have managed to solve it. For some reason my theme created the menu twice. I managed to solve it by hiding the second menu using a simple custom css:
#header_pop:last-child {
display:none!important;
}
But maybe this is variable depending on the theme, so I advise to inspect the css code of the page.
Cheers!
-
This reply was modified 3 years, 9 months ago by getic.
Thread Starter
getic
(@getic)
Thank you.
Now it works!
Regards.