Home Forums Basel support forum YITH Compare: "vertical-align: top;" and default theme font Reply To: YITH Compare: "vertical-align: top;" and default theme font

#76932

ss24
Participant

Hello,

your code don’t do the same for me. See the screenshot from DevTools in private content, how this align-top is denied. And you will see uncaught Typerror there, maybe it explains why the code don’t work.

By the way, I applied quite similar code to change the font in YITH Compare:

.compare-list tbody th,
.compare-list tbody tr,
.compare-list tbody td {
font-family: Alegreya, serif;
}

It worked. So I don’t know why your code don’t work for vertical-align: top.

Will wait for your answer.

Thank you.