Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit:
    I was able to solve the problem: the name .entry-header was no longer good, the name was changed meanwhile and I was able to adapt the CSS code so that it works now!

    Hello,

    I was also using the same code for the Miyazaki theme and it worked perfectly fine.

    But now it does not work anymore because I was accidently reentering the code without the last “}”.

    Like this:

    @media (min-width: 600px) {
    .entry-header:first-child {
    margin-top: 6rem;
    margin-bottom: 4rem;
    }
    } –> I forgot this one

    After missing this last “}”, WordPress asked me if I want to apply this CSS code even if it would break the page. I stupidly clicked on yes.

    Later, I realized that the last “}” was missing and I added it.
    But now the code does not work anymore.

    Does anyone know how I can fix it?

    Thanks in advance!
    Tiki

Viewing 2 replies - 1 through 2 (of 2 total)