• Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #23749 - Header frozen

Hello,

I use the electronics header from your theme.
Only I cant click on any on the items.

If I load the header throu creative elements its working fine.

what can I do about this.

thanks

Fabian Draaijers


Comments

Fred 12 Sep 2022, 19:46

Hi, Fabian.
Try following CSS fix

body:not(.elementor-editor-active) #header .elementor-container {position: relative !important}
Fabian Draaijers 12 Sep 2022, 23:03

Ive put it in theme.css but it did not work.

Fred 13 Sep 2022, 19:15

Sorry, my bad.
Try this:

body:not(.elementor-editor-active) #header .elementor-section {position: relative !important}

tested out directly in your website to be sure it works

Fabian Draaijers 14 Sep 2022, 17:12

Thanks This has worked.

greetings Fabian

Fred 14 Sep 2022, 17:32

You are welcome!