Site logo

[Resolved] CSS glitch

Home Forums Support [Resolved] CSS glitch

Home Forums Support CSS glitch

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2426988
    John

    Hi,

    I am having a little challenge with a background color of a header. It’s not displayed as it is in the editor and I can’t find out how to change it manually with CSS.

    I made a test page where you can see the issue with an example.

    https://kalteren-electrics.nl/

    Thanks in advance!

    #2427247
    David
    Staff
    Customer Support

    Hi there,

    you have this CSS on your site:

    
    @media (min-width: 769px) {
        .entry-content h2:before {
            content: "";
            display: block;
            height: 90px;
            margin: -90px 0 0;
        }
    }

    That is adding the additional space to ALL H2s within the content.

    #2427265
    John

    Ah perfect! Thanks David!

    #2427557
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.