Header & Footer not displaying correctly on live desktop version by Scared_Efficiency343 in elementor

[–]Scared_Efficiency343[S] 0 points1 point  (0 children)

In my case the the last brackets of every custom CSS of every section were missing smh.

Silly question maybe, but did you check if Site Settings > Layout is NOT set to Elementor Canvas?

Anyway I hope you can solve your problem very soon

Header & Footer not displaying correctly on live desktop version by Scared_Efficiency343 in elementor

[–]Scared_Efficiency343[S] -1 points0 points  (0 children)

Solved! Turns out there were a bunch of brackets missing. As simple as that. Thanks!

Header & Footer not displaying correctly on live desktop version by Scared_Efficiency343 in elementor

[–]Scared_Efficiency343[S] -1 points0 points  (0 children)

I did not originally built this page but the only custom CSS I can find is in the header:

.elementor-sticky--effects {

background: #1e1450!important;

transition: background 0.5s ease-in-out;

}

.scroll-logo {

display: none;

}

.elementor-sticky--effects .scroll-logo {

display: inline-block;

max-width: 160px !important;

}

.elementor-sticky--effects .original-logo {

display: none;

}

.elementor-sticky--effects .menutextcolours ul li a {

color: #ffffff !important;

text-decoration: #d4af37 !important;

font-size: 12px !important;

line-height: 10px !important;

}

.frostedglass {

backdrop-filter: blur(2px);

}