@decblues got the solution?. But doesn’t tell which.
My poor solution: Turn off the featured images completely for single post and page in customizer.
Not very smart, I know. Who can make it better an how? That’s the question of this thread which is NOT resolved.
Same here. I’m setting up a new site where there also will be logos used as featured images. A cropped logo ist not a logo anymore.
And also the customizer setting “Set the thumbnail’s max height in pixels” ist not the max height. It IS the height.
Habe dasselbe Problem gehabt. Behoben mit
input#data-download.input-checkbox, input#legal.input-checkbox {
margin: 8px 8px !important;
}
im style.css des child-themes.
Ggf. statt 8px etwas mehr oder weniger angeben.
LG Tom
@einkoro
Thank you so much for this code. Works perfectly on 2.4.6
Tom