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