• Resolved Stdwua

    (@khatskou)


    Hello, everyone! New padding has appeared on the top of page. I see this style ( in the developer menu and can’t fix it.

    #page-container:not([style*=padding]) {
                    padding-top: var(--divi-hdr-lzl-height) !important;
                }

    the problem appears only on an unlogged page. I I fixed it, but it doesn’t work.

    #page-container:not([style*=padding]) {
        padding-top: 0!important;
    }

    Help me solve the problem, please. Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Padding has appeared’ is closed to new replies.