Sticky menu

PHOTO EMBED

Wed Apr 14 2021 07:40:10 GMT+0000 (Coordinated Universal Time)

Saved by @distance #css

@media (min-width: 1199.98px)  {
    .normal2 {
        position: sticky !important;
        width: 100% !important;
        top:103px;
    }

    .normal {
        position: sticky !important;
        width: 100% !important;
        top:0;

    }
}
content_copyCOPY