NO BUG: Sections overlap. Footer is in the middle of a page

Browser: all
OS: macOS
URL: portfolio – staging.victorgurov.com
Kontakt – staging.victorgurov.com

Hello,

Everything was fine, but suddenly different sections started to overlap. For example, the footer is suddenly in the middle of a page. Some pages are okay, but others are a complete mess. It looks the same on the backend as on the frontend.

I’ve deactivated all plugins and regenerated CSS files. I was working on some CSS animations yesterday, but everything was fine. The homepage still looks fine with animations. Otherwise, I did nothing.


It’s becouse of this

.first-section {
height: var(–slider-height);
}

You don’t play with height like that, that’s why some pages are working and some not, the pages that are not working, that section is in them.

just remove that and you will be golden.

1 Like

Hello kidde12,

thank you very much. It didn’t belong there :see_no_evil: I should have found it myself.